trans-stmt.c (gfc_trans_do): Fix a typo in comment.

2007-05-21  H.J. Lu  <hongjiu.lu@intel.com>

	* trans-stmt.c (gfc_trans_do): Fix a typo in comment.

From-SVN: r124911
This commit is contained in:
H.J. Lu 2007-05-21 21:13:03 +00:00 committed by H.J. Lu
parent ccd3cc0992
commit 76dac33966
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-21 H.J. Lu <hongjiu.lu@intel.com>
* trans-stmt.c (gfc_trans_do): Fix a typo in comment.
2007-05-21 Paul Thomas <pault@gcc.gnu.org>
PR fortran/31867

View File

@ -818,8 +818,8 @@ gfc_trans_simple_do (gfc_code * code, stmtblock_t *pblock, tree dovar,
body;
cycle_label:
dovar += step
countm1--;
if (countm1 ==0) goto exit_label;
countm1--;
}
exit_label: