aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/lex.c')
-rw-r--r--gcc/f/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/lex.c b/gcc/f/lex.c
index dbf79dd4b06..1a0913b5872 100644
--- a/gcc/f/lex.c
+++ b/gcc/f/lex.c
@@ -1059,7 +1059,7 @@ ffelex_get_directive_line_ (char **text, FILE *finput)
else
if (c == '\'' || c == '"')
looking_for = c; /* Don't stop buffering until we see another
- another one of these (or an EOF). */
+ one of these (or an EOF). */
/* Handle backslash. */
char_escaped = (c == '\\' && ! char_escaped);