* check.c: Fix a comment typo.

From-SVN: r115101
This commit is contained in:
Kazu Hirata 2006-06-30 19:38:26 +00:00 committed by Kazu Hirata
parent e7d35a8840
commit 490060701c
2 changed files with 5 additions and 1 deletions

View 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

View 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)