From: Ben Elliston Date: Wed, 14 Jul 2004 06:31:03 +0000 (+0000) Subject: * vec.h: Comment fix. X-Git-Tag: releases/gcc-4.0.0~6650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70049c7ce2da027e60dd09995f37ed2548e35c53;p=thirdparty%2Fgcc.git * vec.h: Comment fix. From-SVN: r84673 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cdf3aaec381b..303d83932c92 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-14 Ben Elliston + + * vec.h: Comment fix. + 2004-07-13 Richard Henderson * target.h (struct gcc_target): Add calls.pass_by_reference. diff --git a/gcc/vec.h b/gcc/vec.h index 9e4de0ecf57c..352d3474eb5f 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. */