* alias.c (get_alias_set): Fix a typo in comment.
authoredlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Feb 2016 20:31:45 +0000 (20:31 +0000)
committeredlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Feb 2016 20:31:45 +0000 (20:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233428 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/alias.c

index 94be7b3..5858a5e 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 d3273e8..753e1af 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