]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* check.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 30 Jun 2006 19:38:26 +0000 (19:38 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 30 Jun 2006 19:38:26 +0000 (19:38 +0000)
From-SVN: r115101

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

index bae2a2b8f5c3423b0ef2574d326b0b2164e2d67f..04fcea2f8b6e84ada45cb2ae9b64325aaba70fec 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 6ca52466fb4065a5b0239328ef1f134595ab0e5b..dfa1c2d549872c1c193cd275748d85e75f0f69bf 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)