aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-14 21:25:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-14 21:25:37 +0000
commit492430252984b04b69094070747053949c433d6d (patch)
tree9bc51cb3d2712023c2e5c238f3ba51d0f3eff126 /gcc/cfgrtl.c
parentf7f021251dcffa472029790464fc4b6b338454ca (diff)
downloadgcc-492430252984b04b69094070747053949c433d6d.zip
gcc-492430252984b04b69094070747053949c433d6d.tar.gz
gcc-492430252984b04b69094070747053949c433d6d.tar.bz2
* cfgrtl.c: Fix a comment typo.
From-SVN: r90632
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r--gcc/cfgrtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c
index 3563574..8b11cf3 100644
--- a/gcc/cfgrtl.c
+++ b/gcc/cfgrtl.c
@@ -2114,7 +2114,7 @@ rtl_verify_flow_info_1 (void)
}
if (BB_END (bb) == x)
- /* Do checks for empty blocks her. e */
+ /* Do checks for empty blocks here. */
;
else
for (x = NEXT_INSN (x); x; x = NEXT_INSN (x))