From: Kazu Hirata Date: Thu, 23 Sep 2004 14:22:33 +0000 (+0000) Subject: * builtins.c: Fix a comment typo. X-Git-Tag: releases/gcc-4.0.0~4684 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d31012b7f85f77fa32fabc5cc19d8063376e83ae;p=thirdparty%2Fgcc.git * builtins.c: Fix a comment typo. From-SVN: r87947 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b098133081e..aa7bb17cea7c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-23 Kazu Hirata + + * builtins.c: Fix a comment typo. + 2004-09-23 Jan Hubicka * 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 89549c6b5a91..f3ee9e9b3488 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.