OSDN Git Service

* trans-stmt.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2004 13:16:16 +0000 (13:16 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2004 13:16:16 +0000 (13:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88685 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 60c8dba..8a2134f 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 58bb1a1..501278a 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.