diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-23 14:22:33 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-23 14:22:33 +0000 |
commit | d31012b7f85f77fa32fabc5cc19d8063376e83ae (patch) | |
tree | 78398253571cfefc8a97cf9f4ac9805be0f8814c /gcc | |
parent | aa26df17e9e0c2169ff36c85f0f803309e180b0a (diff) | |
download | gcc-d31012b7f85f77fa32fabc5cc19d8063376e83ae.zip gcc-d31012b7f85f77fa32fabc5cc19d8063376e83ae.tar.gz gcc-d31012b7f85f77fa32fabc5cc19d8063376e83ae.tar.bz2 |
* builtins.c: Fix a comment typo.
From-SVN: r87947
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/builtins.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b09813..aa7bb17 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-23 Kazu Hirata <kazu@cs.umass.edu> + + * builtins.c: Fix a comment typo. + 2004-09-23 Jan Hubicka <jh@suse.cz> * profile.c (branch_prob): Do not verify flow info in the middle of the diff --git a/gcc/builtins.c b/gcc/builtins.c index 89549c6..f3ee9e9 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -8667,7 +8667,7 @@ fold_builtin_strstr (tree arglist) } } -/* 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. |