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
This commit is contained in:
Tobias Schlüter 2004-12-15 20:15:40 +01:00 committed by Tobias Schlüter
parent 774a9b00ca
commit e243549854
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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)