]> gcc.gnu.org Git - gcc.git/commitdiff
scanner.c (skip_fixed_comments): Fix typo in comment preceding function.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Wed, 15 Dec 2004 19:15:40 +0000 (20:15 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Wed, 15 Dec 2004 19:15:40 +0000 (20:15 +0100)
* scanner.c (skip_fixed_comments): Fix typo in comment preceding
function.

From-SVN: r92211

gcc/fortran/ChangeLog
gcc/fortran/scanner.c

index e3b22558a44aad56b6d9edcb31638acb36bba045..7a022ba07559b75a31466f3b729b700f3e40151f 100644 (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.
index 3731398242dbf94fe04a33d2e925706c77d5a2c6..281ae88ba171920c1ceb9a0e9ef95430a8bcbf3e 100644 (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)
This page took 0.07285 seconds and 5 git commands to generate.