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 b032fc43784..bd187c18356 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -431,7 +431,7 @@ c_readstr (const char *str, enum machine_mode mode) } /* Cast a target constant CST to target CHAR and if that value fits into - host char type, return zero and put that value into variable pointed by + host char type, return zero and put that value into variable pointed to by P. */ static int |