OSDN Git Service

* scanner.c (skip_fixed_comments): Fix typo in comment preceding
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Dec 2004 19:15:40 +0000 (19:15 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Dec 2004 19:15:40 +0000 (19:15 +0000)
function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92211 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e3b2255..7a022ba 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 3731398..281ae88 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)