OSDN Git Service

* cfgrtl.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Nov 2004 21:25:37 +0000 (21:25 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Nov 2004 21:25:37 +0000 (21:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90632 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cfgrtl.c

index 4eea1ed..e026d6a 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cfgrtl.c: Fix a comment typo.
+
 2004-11-14  Stan Shebs  <shebs@apple.com>
 
        Basic ABI changes for passing structs by value in 64-bit Darwin.
index 3563574..8b11cf3 100644 (file)
@@ -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))