* bt-load.c: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 22 Jun 2003 16:49:12 +0000 (16:49 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 22 Jun 2003 16:49:12 +0000 (16:49 +0000)
From-SVN: r68342

gcc/ChangeLog
gcc/bt-load.c

index 75bed2545c0322e16fd01d3f8cfa13b4bd3e1fac..baa585e6ef0e32c97fc27e5f4e999baf878c4409 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * bt-load.c: Follow spelling conventions.
+
 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
 
        * expr.c (emit_move_insn_1): Fix a comment typo.
index e585bc79f33984598bf57d4b3b87e9479906496a..4f4d4a209d2ca39e26c6d9a6e9107d92d22f886a 100644 (file)
@@ -1161,7 +1161,7 @@ can_move_up (basic_block bb, rtx insn, int n_insns)
    there is another definition with cost == MIN_COST which now
    has a higher priority than this definition.
 
-   Return non-zero if there may be benefit from attempting to
+   Return nonzero if there may be benefit from attempting to
    migrate this DEF further (i.e. we have reduced the cost below
    MIN_COST, but we may be able to reduce it further).
    Return zero if no further migration is possible. */