invoke.texi (Spec Files): Fix typo.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Wed, 6 Apr 2011 08:00:43 +0000 (08:00 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 6 Apr 2011 08:00:43 +0000 (09:00 +0100)
2011-04-06  Jonathan Wakely  <jwakely.gcc@gmail.com>

* doc/invoke.texi (Spec Files): Fix typo.

From-SVN: r172020

gcc/ChangeLog
gcc/doc/invoke.texi

index b63116b05bf1717c5ec258f54aa3697bb5061180..719318c9b24f2c1ed9db2b438adb8f6d8da2e339 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * doc/invoke.texi (Spec Files): Fix typo.
+
 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
 
        * profile.c (branch_prob): Move declaration of local variable.  Remove
index 3a10ec4c8a95ecda540283b7d282db72bff06286..0065956ee3e6ace3c1f8a3e0fb6ed44ebc9a1c27 100644 (file)
@@ -9391,7 +9391,7 @@ This tells the compiler to create, override or delete the named spec
 string.  All lines after this directive up to the next directive or
 blank line are considered to be the text for the spec string.  If this
 results in an empty string then the spec will be deleted.  (Or, if the
-spec did not exist, then nothing will happened.)  Otherwise, if the spec
+spec did not exist, then nothing will happen.)  Otherwise, if the spec
 does not currently exist a new spec will be created.  If the spec does
 exist then its contents will be overridden by the text of this
 directive, unless the first character of that text is the @samp{+}