summaryrefslogtreecommitdiff
path: root/gcc/doc/generic.texi
diff options
context:
space:
mode:
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-07 20:49:41 +0000
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-07 20:49:41 +0000
commit24217fada45df80ccc5e91793db9190f1fb892ef (patch)
tree7836219ea15a830fee17eee7919710a82ca00d59 /gcc/doc/generic.texi
parentabc6c64fb2e068f6dab7035c99168fbca347a353 (diff)
downloadgcc-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/generic.texi')
-rw-r--r--gcc/doc/generic.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi
index 08eed65d41e..4d7a5d865bd 100644
--- a/gcc/doc/generic.texi
+++ b/gcc/doc/generic.texi
@@ -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