diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |