From dc9a511d8e070a7767dd2d8078dbf4e7ed65edee Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Thu, 31 Jan 2008 23:59:46 +0000 Subject: c-tree.texi (Types): Fix grammar. * 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. From-SVN: r131987 --- gcc/doc/configterms.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/configterms.texi') diff --git a/gcc/doc/configterms.texi b/gcc/doc/configterms.texi index f97de5b..703fbdb 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}). -- cgit v1.1