]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix documentation typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 7 Apr 2010 20:49:41 +0000 (20:49 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Wed, 7 Apr 2010 20:49:41 +0000 (20:49 +0000)
gcc/:
* doc/generic.texi (Working with declarations)
(Function Properties, C and C++ Trees): Fix typos.
* doc/sourcebuild.texi (Top Level): Likewise.

From-SVN: r158088

gcc/ChangeLog
gcc/doc/generic.texi
gcc/doc/sourcebuild.texi

index 9db02bcfc60e00f54f17b903ef1204d49ec86597..7697cec4c78112c38534af31f68e6021b243c6b2 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/generic.texi (Working with declarations)
+       (Function Properties, C and C++ Trees): Fix typos.
+       * doc/sourcebuild.texi (Top Level): Likewise.
+
 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/18624
index 08eed65d41e89bbb5f934fabd6a56cc8e0a08026..4d7a5d865bd750d4c1625d3d563d7203b5c129b9 100644 (file)
@@ -744,7 +744,7 @@ specified for it, while DECL_TYPE may be a modified type with lesser precision,
 according to the size of the bit field.
 
 @item NAMESPACE_DECL
-Namespaces provide a name hierarchy for other delarations.  They
+Namespaces provide a name hierarchy for other declarations.  They
 appear in the @code{DECL_CONTEXT} of other @code{_DECL} nodes.
 
 @end table
@@ -2379,7 +2379,7 @@ This predicate holds if the function does not return normally.
 This predicate holds if the function can only read its arguments.
 
 @item DECL_PURE_P
-This predicate holds if the function can only read its arguemnts, but
+This predicate holds if the function can only read its arguments, but
 may also read global memory.
 
 @item DECL_VIRTUAL_P
@@ -2467,7 +2467,7 @@ The C and C++ front ends generate a mix of GENERIC trees and ones
 specific to C and C++.  These language-specific trees are higher-level
 constructs than the ones in GENERIC to make the parser's job easier.
 This section describes those trees that aren't part of GENERIC as well
-as aspects of GENERIC trees that are treated in a lanugage-specific
+as aspects of GENERIC trees that are treated in a language-specific
 manner.
 
 If you are developing a ``back end'', be it is a code-generator or some
index a3455db2e2c75ea87fcd5047385a48f9fc4f75f8..14397b78653a35e72666f0a2394bb5786d8fd3f4 100644 (file)
@@ -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@.