]> gcc.gnu.org Git - gcc.git/commitdiff
* vec.h: Comment fix.
authorBen Elliston <bje@au.ibm.com>
Wed, 14 Jul 2004 06:31:03 +0000 (06:31 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 14 Jul 2004 06:31:03 +0000 (16:31 +1000)
From-SVN: r84673

gcc/ChangeLog
gcc/vec.h

index cdf3aaec381b68570f458eb5d2bf0b688234227d..303d83932c928921d77b6a53d6d076570e44d9ba 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-14  Ben Elliston  <bje@au.ibm.com>
+
+       * vec.h: Comment fix.
+
 2004-07-13  Richard Henderson  <rth@redhat.com>
 
        * target.h (struct gcc_target): Add calls.pass_by_reference.
index 9e4de0ecf57c0dd19a93cdf188f446a4d18f9185..352d3474eb5faceac08fd3b5f5b97618a3ccaef5 100644 (file)
--- 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.  */
This page took 0.074191 seconds and 5 git commands to generate.