public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED] Fix a typo in comment
@ 2016-02-15 20:35 Bernd Edlinger
  0 siblings, 0 replies; only message in thread
From: Bernd Edlinger @ 2016-02-15 20:35 UTC (permalink / raw)
  To: gcc-patches

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.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.  */
    if (t == error_mark_node


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-15 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 20:35 [COMMITTED] Fix a typo in comment Bernd Edlinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).