aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-07-14 06:31:03 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-07-14 16:31:03 +1000
commit70049c7ce2da027e60dd09995f37ed2548e35c53 (patch)
tree3880224b61bd79b750991646174910dbe8a8bd0c /gcc/vec.h
parent8cd5a4e07d23dc35cb601121b948a3e33e09e1f3 (diff)
downloadgcc-70049c7ce2da027e60dd09995f37ed2548e35c53.zip
gcc-70049c7ce2da027e60dd09995f37ed2548e35c53.tar.gz
gcc-70049c7ce2da027e60dd09995f37ed2548e35c53.tar.bz2
* vec.h: Comment fix.
From-SVN: r84673
Diffstat (limited to 'gcc/vec.h')
-rw-r--r--gcc/vec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vec.h b/gcc/vec.h
index 9e4de0e..352d347 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. */