]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* alias.c (get_alias_set): Fix a typo in comment.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 15 Feb 2016 20:31:45 +0000 (20:31 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Mon, 15 Feb 2016 20:31:45 +0000 (20:31 +0000)
From-SVN: r233428

gcc/ChangeLog
gcc/alias.c

index 94be7b3901043f45c1c65b066375c87a330fe2f7..5858a5ef958eceba08c954d30964f9f81eb507ab 100644 (file)
@@ -1,3 +1,7 @@
+2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * alias.c (get_alias_set): Fix a typo in comment.
+
 2016-02-15  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/69595
index d3273e8e85230f83fdddf7537ebf57c783a5c194..753e1aff0b1628ffc151c355a14f22ccbee9fd17 100644 (file)
@@ -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