From 492430252984b04b69094070747053949c433d6d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 14 Nov 2004 21:25:37 +0000 Subject: [PATCH] * cfgrtl.c: Fix a comment typo. From-SVN: r90632 --- gcc/ChangeLog | 4 ++++ gcc/cfgrtl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4eea1edf1c4..e026d6aed86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-14 Kazu Hirata + + * cfgrtl.c: Fix a comment typo. + 2004-11-14 Stan Shebs Basic ABI changes for passing structs by value in 64-bit Darwin. 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))