From e8444ca6f85c1931c341e1d3f340edd8782a8f9a Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Mon, 15 Feb 2016 20:31:45 +0000 Subject: [PATCH] * alias.c (get_alias_set): Fix a typo in comment. From-SVN: r233428 --- gcc/ChangeLog | 4 ++++ gcc/alias.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94be7b390104..5858a5ef958e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-02-15 Bernd Edlinger + + * alias.c (get_alias_set): Fix a typo in comment. + 2016-02-15 Richard Biener PR tree-optimization/69595 diff --git a/gcc/alias.c b/gcc/alias.c index d3273e8e8523..753e1aff0b16 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -827,7 +827,7 @@ get_alias_set (tree t) /* We can not give up with -fno-strict-aliasing because we need to build proper type representation for possible functions which are build with - -fstirct-aliasing. */ + -fstrict-aliasing. */ /* return 0 if this or its type is an error. */ if (t == error_mark_node