Commit 54c2d931 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r88685
parent 224edf72
2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
* trans-stmt.c: Fix a comment typo.
2004-10-07 Paul Brook <paul@codesourcery.com> 2004-10-07 Paul Brook <paul@codesourcery.com>
PR fortran/17678 PR fortran/17678
......
...@@ -485,7 +485,7 @@ gfc_trans_arithmetic_if (gfc_code * code) ...@@ -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 integer type and step +-1. We can't use this in the general case
because integer overflow and floating point errors could give incorrect because integer overflow and floating point errors could give incorrect
results. results.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment