From: Bernd Edlinger Date: Mon, 15 Feb 2016 20:31:45 +0000 (+0000) Subject: * alias.c (get_alias_set): Fix a typo in comment. X-Git-Tag: basepoints/gcc-7~940 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8444ca6f85c1931c341e1d3f340edd8782a8f9a;p=thirdparty%2Fgcc.git * alias.c (get_alias_set): Fix a typo in comment. From-SVN: r233428 --- 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