[gfortran, committed] Fix comment typo

Tobias Schlüter tobias.schlueter@physik.uni-muenchen.de
Wed Dec 15 19:16:00 GMT 2004


I committed this under the obviously correct rule.

- Tobi

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/ChangeLog,v
retrieving revision 1.274
diff -u -p -r1.274 ChangeLog
--- ChangeLog   15 Dec 2004 18:55:52 -0000      1.274
+++ ChangeLog   15 Dec 2004 19:15:16 -0000
@@ -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.
Index: scanner.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/scanner.c,v
retrieving revision 1.13
diff -u -p -r1.13 scanner.c
--- scanner.c   8 Nov 2004 14:56:40 -0000       1.13
+++ scanner.c   15 Dec 2004 19:15:16 -0000
@@ -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)



More information about the Gcc-patches mailing list