This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] builtins.c: Fix a comment typo.


Hi,

The comment I am touching is immediately before fold_builtin_strchr.

Committed as obvious.

Kazu Hirata

2004-09-23  Kazu Hirata  <kazu@cs.umass.edu>

	* builtins.c: Fix a comment typo.

Index: builtins.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/builtins.c,v
retrieving revision 1.387
diff -u -r1.387 builtins.c
--- builtins.c	23 Sep 2004 06:16:08 -0000	1.387
+++ builtins.c	23 Sep 2004 14:19:12 -0000
@@ -8667,7 +8667,7 @@
     }
 }
 
-/* Simplify a call to the strstr builtin.
+/* Simplify a call to the strchr builtin.
 
    Return 0 if no simplification was possible, otherwise return the
    simplified form of the call as a tree.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]