diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-06-30 19:38:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-06-30 19:38:26 +0000 |
commit | 490060701cc583ebefd6684799f74fa68e53d631 (patch) | |
tree | 8fc8469ecba42709f454446558b91e7bc93777d4 /gcc/fortran/check.c | |
parent | e7d35a8840a897e40f966c6e6c11c9d93891bc48 (diff) | |
download | gcc-490060701cc583ebefd6684799f74fa68e53d631.zip gcc-490060701cc583ebefd6684799f74fa68e53d631.tar.gz gcc-490060701cc583ebefd6684799f74fa68e53d631.tar.bz2 |
* check.c: Fix a comment typo.
From-SVN: r115101
Diffstat (limited to 'gcc/fortran/check.c')
-rw-r--r-- | gcc/fortran/check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c index 6ca5246..dfa1c2d 100644 --- a/gcc/fortran/check.c +++ b/gcc/fortran/check.c @@ -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) |