diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-14 06:31:03 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-14 06:31:03 +0000 |
commit | d048e12a0b6a1617312045947cf86151622419c4 (patch) | |
tree | 3880224b61bd79b750991646174910dbe8a8bd0c /gcc/vec.h | |
parent | b981d932962c8e9f6744359ef47d255a2c6b3be8 (diff) | |
download | gcc-d048e12a0b6a1617312045947cf86151622419c4.tar.gz |
* vec.h: Comment fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84673 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/vec.h')
-rw-r--r-- | gcc/vec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vec.h b/gcc/vec.h index 9e4de0ecf57..352d3474eb5 100644 --- a/gcc/vec.h +++ b/gcc/vec.h @@ -156,7 +156,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA Ensure that V has at least RESERVE slots available, if RESERVE is >= 0. If RESERVE < 0, ensure that there is at least one spare slot. These differ in their reallocation behaviour, the first will - not create additionsl headroom, but the second mechanism will + not create additional headroom, but the second mechanism will perform the usual exponential headroom increase. Note this can cause V to be reallocated. Returns non-zero iff reallocation actually occurred. */ |