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] trans-stmt.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>

	* trans-stmt.c: Fix a comment typo.

Index: trans-stmt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-stmt.c,v
retrieving revision 1.16
diff -u -r1.16 trans-stmt.c
--- trans-stmt.c	6 Oct 2004 15:29:20 -0000	1.16
+++ trans-stmt.c	7 Oct 2004 13:12:19 -0000
@@ -485,7 +485,7 @@
 }
 
 
-/* Translate the simple DO construct.  This is where the loop varable has
+/* Translate the simple DO construct.  This is where the loop variable has
    integer type and step +-1.  We can't use this in the general case
    because integer overflow and floating point errors could give incorrect
    results.


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