summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-14 21:25:37 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-14 21:25:37 +0000
commitf3e2a363a69c947fa0f7cca27ef970ea96f125f1 (patch)
tree9bc51cb3d2712023c2e5c238f3ba51d0f3eff126 /gcc/cfgrtl.c
parent9c13bebe1f9be999645d6f12fe1b3b440da549c7 (diff)
downloadgcc-f3e2a363a69c947fa0f7cca27ef970ea96f125f1.tar.gz
* cfgrtl.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90632 138bc75d-0d04-0410-961f-82ee72b054a4
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 3563574bdeb..8b11cf37531 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))