OSDN Git Service

* check.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jun 2006 19:38:26 +0000 (19:38 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jun 2006 19:38:26 +0000 (19:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115101 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/check.c

index bae2a2b..04fcea2 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-30  Kazu Hirata  <kazu@codesourcery.com>
+
+       * check.c: Fix a comment typo.
+
 2006-06-25  Paul Thomas  <pault@gcc.gnu.org>
  
        PR fortran/25056
index 6ca5246..dfa1c2d 100644 (file)
@@ -379,7 +379,7 @@ identical_dimen_shape (gfc_expr *a, int ai, gfc_expr *b, int bi)
 }
 
 /* Error return for transformational intrinsics not allowed in
-   initalization expressions.  */
+   initialization expressions.  */
  
 static try
 non_init_transformational (void)