diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-12-16 21:57:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-12-16 21:57:49 +0000 |
commit | 443321ee899a45e40236aebceee90bac70e9b3d4 (patch) | |
tree | f0ef5926c57242f74eb4a18856206a4fc00b79db | |
parent | 30541c404cbbba2869e9b1d2cef918e722bbaf4a (diff) | |
download | gcc-443321ee899a45e40236aebceee90bac70e9b3d4.zip gcc-443321ee899a45e40236aebceee90bac70e9b3d4.tar.gz gcc-443321ee899a45e40236aebceee90bac70e9b3d4.tar.bz2 |
* global.c: Fix a comment typo.
From-SVN: r92286
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/global.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b10d673..195ca37 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/global.c b/gcc/global.c index 8644817..5779e4e 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; }; |