From: Kazu Hirata Date: Thu, 16 Dec 2004 21:57:49 +0000 (+0000) Subject: * global.c: Fix a comment typo. X-Git-Tag: releases/gcc-4.0.0~2106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=443321ee899a45e40236aebceee90bac70e9b3d4;p=thirdparty%2Fgcc.git * global.c: Fix a comment typo. From-SVN: r92286 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b10d673d586d..195ca379fafa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-16 Kazu Hirata + + * global.c: Fix a comment typo. + 2004-12-16 Eric Botcazou Roger Sayle diff --git a/gcc/global.c b/gcc/global.c index 86448171ea26..5779e4ea96a2 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -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; };