aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2011-04-06 08:00:43 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2011-04-06 09:00:43 +0100
commit26fbd9c2190b00579062403cf414ad8ab43f6d5d (patch)
treeec008bcd529e234fad863a33ab1c2415d462656c /gcc/doc/invoke.texi
parent694dc0cad2f529e6e75cb4bdf09a64b9cd84de29 (diff)
downloadgcc-26fbd9c2190b00579062403cf414ad8ab43f6d5d.zip
gcc-26fbd9c2190b00579062403cf414ad8ab43f6d5d.tar.gz
gcc-26fbd9c2190b00579062403cf414ad8ab43f6d5d.tar.bz2
invoke.texi (Spec Files): Fix typo.
2011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/invoke.texi (Spec Files): Fix typo. From-SVN: r172020
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 3a10ec4..0065956 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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{+}