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, 4.2, committed] Typo fix in comment.


Found while backporting patches to 4.2, committed as obvious.

---------------------------------------------------------------
2007-03-04  Brooks Moses  <brooks.moses@codesourcery.com>

* check.c (same_type_check): Typo fix in comment.

---------------------------------------------------------------

- Brooks

Index: check.c
===================================================================
--- check.c	(revision 118646)
+++ check.c	(working copy)
@@ -199,7 +199,7 @@
 }
 
 
-/* Make sure two expression have the same type.  */
+/* Make sure two expressions have the same type.  */
 
 static try
 same_type_check (gfc_expr * e, int n, gfc_expr * f, int m)

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