Commit e2435498 by Tobias Schlüter Committed by Tobias Schlüter

scanner.c (skip_fixed_comments): Fix typo in comment preceding function.

* scanner.c (skip_fixed_comments): Fix typo in comment preceding
function.

From-SVN: r92211
parent 774a9b00
......@@ -5,6 +5,9 @@
(gfc_match_nullify): Make sure that ')' is in front of the end of
statement.
* scanner.c (skip_fixed_comments): Fix typo in comment preceding
function.
2004-12-14 Richard Henderson <rth@redhat.com>
* gfortran.h (gfc_expr.function.name): Make const.
......
......@@ -360,7 +360,7 @@ skip_free_comments (void)
/* Skip comment lines in fixed source mode. We have the same rules as
in skip_free_comment(), except that we can have a 'c', 'C' or '*'
in column 1. and a '!' cannot be in* column 6. */
in column 1, and a '!' cannot be in column 6. */
static void
skip_fixed_comments (void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment