summaryrefslogtreecommitdiff
path: root/gcc/doc/configterms.texi
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-31 23:59:46 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-31 23:59:46 +0000
commitd40533b6df03269117c587a9448dababd280b490 (patch)
tree6ec3157d98404d6e74bbd5d41e892e8cdad839f0 /gcc/doc/configterms.texi
parent38cd700915f1abaf909ff60335c58c39ceb45a90 (diff)
downloadgcc-d40533b6df03269117c587a9448dababd280b490.tar.gz
* doc/c-tree.texi (Types): Fix grammar.
(Expression trees): Ditto. * doc/passes.texi (Tree-SSA passes): Ditto. * doc/configterms.texi (Configure Terms): Fix typo. * doc/cpp.texi (Common Predefined Macros): Ditto. * doc/md.texi (Machine Constraints): Ditto. * doc/makefile.texi (Makefile): Add comma. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/configterms.texi')
-rw-r--r--gcc/doc/configterms.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/configterms.texi b/gcc/doc/configterms.texi
index f97de5bd096..703fbdbea43 100644
--- a/gcc/doc/configterms.texi
+++ b/gcc/doc/configterms.texi
@@ -39,7 +39,7 @@ There is a proposal to call this a @dfn{crossback}.
If build and host are the same, the GCC you are building will also be
used to build the target libraries (like @code{libstdc++}). If build and host
-are different, you must have already build and installed a cross
+are different, you must have already built and installed a cross
compiler that will be used to build the target libraries (if you
configured with @option{--target=foo-bar}, this compiler will be called
@command{foo-bar-gcc}).