* protoize.c, tree-cfg.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 30 Sep 2004 18:27:25 +0000 (18:27 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 30 Sep 2004 18:27:25 +0000 (18:27 +0000)
From-SVN: r88345

gcc/ChangeLog
gcc/protoize.c
gcc/tree-cfg.c

index 4cdbe1b740712dae6906f5f2fe5a86b63431262a..eaefa86e2f0a7865694f519b712778ef5d0c9df6 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * protoize.c, tree-cfg.c: Fix comment typos.
+
 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        PR c/17730
index 937f21cfbde9be51932f9e6048e771b38dd280e3..e48089272ddd41b1ee0c726165c7f4e47c60fc51 100644 (file)
@@ -970,7 +970,7 @@ free_def_dec (def_dec_info *p)
   free (p);
 }
 
-/* Unexpand as many macro symbol as we can find.
+/* Unexpand as many macro symbols as we can find.
 
    If the given line must be unexpanded, make a copy of it in the heap and
    return a pointer to the unexpanded copy.  Otherwise return NULL.  */
index db0d1b518cff56910d95af8122cee37e326f2874..025e677c39608aeaec8606b075863fa05225b875 100644 (file)
@@ -3863,7 +3863,7 @@ thread_jumps (void)
          count = e->count;
          freq = EDGE_FREQUENCY (e);
 
-         /* Now walk through as many forwarder block as possible to
+         /* Now walk through as many forwarder blocks as possible to
             find the ultimate destination we want to thread our jump
             to.  */
          last = EDGE_SUCC (e->dest, 0);