aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/sta.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
commit38e012594edc0e7783e3e6d91960c91469df4164 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/f/sta.c
parentf103890ba552cf55c0aa79d35968db46785a94d0 (diff)
downloadgcc-38e012594edc0e7783e3e6d91960c91469df4164.zip
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'gcc/f/sta.c')
-rw-r--r--gcc/f/sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/sta.c b/gcc/f/sta.c
index c7bd664..e26fa69 100644
--- a/gcc/f/sta.c
+++ b/gcc/f/sta.c
@@ -1937,7 +1937,7 @@ ffesta_zero (ffelexToken t)
isn't enough, because then typing "GOTO" instead of "BLAH" above
doesn't work -- the statement is confirmed (we know the user
attempted a GOTO) but ffestc hasn't seen it. So, instead, just
- always tell ffestc to do "any" statement it needs to to reset. */
+ always tell ffestc to do "any" statement it needs to reset. */
if (!ffesta_is_inhibited_
&& ffesta_seen_first_exec)