diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-07 20:49:41 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-07 20:49:41 +0000 |
commit | 24217fada45df80ccc5e91793db9190f1fb892ef (patch) | |
tree | 7836219ea15a830fee17eee7919710a82ca00d59 /gcc/doc/sourcebuild.texi | |
parent | abc6c64fb2e068f6dab7035c99168fbca347a353 (diff) | |
download | gcc-24217fada45df80ccc5e91793db9190f1fb892ef.tar.gz |
Fix documentation typos.
gcc/:
* doc/generic.texi (Working with declarations)
(Function Properties, C and C++ Trees): Fix typos.
* doc/sourcebuild.texi (Top Level): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158088 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index a3455db2e2c..14397b78653 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -33,7 +33,7 @@ The Boehm conservative garbage collector, used as part of the Java runtime library. @item config -Autoconf macros and Makefile fragments used throught the tree. +Autoconf macros and Makefile fragments used throughout the tree. @item contrib Contributed scripts that may be found useful in conjunction with GCC@. |