OSDN Git Service

* global.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Dec 2004 21:57:49 +0000 (21:57 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Dec 2004 21:57:49 +0000 (21:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92286 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/global.c

index b10d673..195ca37 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * global.c: Fix a comment typo.
+
 2004-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
             Roger Sayle  <roger@eyesopen.com>
  
index 8644817..5779e4e 100644 (file)
@@ -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;
 };