* trans-stmt.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 7 Oct 2004 13:16:16 +0000 (13:16 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 7 Oct 2004 13:16:16 +0000 (13:16 +0000)
From-SVN: r88685

gcc/fortran/ChangeLog
gcc/fortran/trans-stmt.c

index 60c8dba558a36dc5547be4e18476d2f99b9578ce..8a2134fdd87b2add18615357845767b5e0555352 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * trans-stmt.c: Fix a comment typo.
+
 2004-10-07  Paul Brook  <paul@codesourcery.com>
 
        PR fortran/17678
index 58bb1a1df6c74864f49ddd68aa41004b928c1611..501278aa90989eed28fae6688c792c073fed1229 100644 (file)
@@ -485,7 +485,7 @@ gfc_trans_arithmetic_if (gfc_code * code)
 }
 
 
-/* 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.