This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] fortran/check.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2006-06-30  Kazu Hirata  <kazu@codesourcery.com>

	* check.c: Fix a comment typo.

Index: fortran/check.c
===================================================================
--- fortran/check.c	(revision 115097)
+++ fortran/check.c	(working copy)
@@ -379,7 +379,7 @@ identical_dimen_shape (gfc_expr *a, int 
 }
 
 /* Error return for transformational intrinsics not allowed in
-   initalization expressions.  */
+   initialization expressions.  */
  
 static try
 non_init_transformational (void)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]