[patch] global.c: Fix a comment typo.

Kazu Hirata kazu@cs.umass.edu
Thu Dec 16 22:15:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-12-16  Kazu Hirata  <kazu@cs.umass.edu>

	* global.c: Fix a comment typo.

Index: global.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/global.c,v
retrieving revision 1.119
diff -u -d -p -r1.119 global.c
--- global.c	15 Dec 2004 17:59:51 -0000	1.119
+++ global.c	16 Dec 2004 21:55:25 -0000
@@ -2011,7 +2011,7 @@ struct bb_info
      killed afterward in the basic block.  */
   bitmap killed, avloc;
   /* Registers partially available and living (in other words whose
-     values were calclualted and used) correspondingly at the start
+     values were calculated and used) correspondingly at the start
      and end of the basic block.  */
   bitmap live_pavin, live_pavout;
 };



More information about the Gcc-patches mailing list