diff options
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 6a44b86..bc12978 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -763,7 +763,7 @@ save_comment (pfile, token, from, type) buffer[0] = '/'; memcpy (buffer + 1, from, len - 1); - /* Finish conversion to a C comment, if necessary. */ + /* Finish conversion to a C comment, if necessary. */ if (pfile->state.in_directive && type == '/') { buffer[1] = '*'; |