summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r--gcc/cccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index a819ace2c21..d72c05501fc 100644
--- a/gcc/cccp.c
+++ b/gcc/cccp.c
@@ -7521,7 +7521,7 @@ skip_quoted_string (bp, limit, start_line, count_newlines, backslash_newlines_p,
bp++;
} else if (c == '\n') {
if (traditional) {
- /* Unterminated strings and character constants are 'legal'. */
+ /* Unterminated strings and character constants are 'valid'. */
bp--; /* Don't consume the newline. */
if (eofp)
*eofp = 1;