diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-16 21:57:49 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-16 21:57:49 +0000 |
commit | db0b1c00db441379e1c904d54206104731023aa8 (patch) | |
tree | f0ef5926c57242f74eb4a18856206a4fc00b79db /gcc/global.c | |
parent | 7ac52fff2c2a9c44fe5e28f6dd064b15a61fc8d4 (diff) | |
download | gcc-db0b1c00db441379e1c904d54206104731023aa8.tar.gz |
* global.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92286 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c index 86448171ea2..5779e4ea96a 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; }; |