diff mbox

[COMMITTED] Fix a typo in comment

Message ID HE1PR07MB09053E9E7EE77A132794BF49E4AC0@HE1PR07MB0905.eurprd07.prod.outlook.com
State New
Headers show

Commit Message

Bernd Edlinger Feb. 15, 2016, 8:34 p.m. UTC
Hi,

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

Thanks
Bernd.


    if (t == error_mark_node
diff mbox

Patch

--- ChangeLog	(revision 233427)
+++ ChangeLog	(working copy)
@@ -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: 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.  */