Hi,

I've committed the following as obvious in trunk r233428.

Thanks
Bernd.


--- ChangeLog   (revision 233427)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@
+2016-02-15  Bernd Edlinger  <bernd.edlin...@hotmail.de>
+
+       * alias.c (get_alias_set): Fix a typo in comment.
+
  2016-02-15  Richard Biener  <rguent...@suse.de>

        PR tree-optimization/69595
Index: alias.c
===================================================================
--- alias.c     (revision 233427)
+++ alias.c     (working copy)
@@ -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

Reply via email to