summaryrefslogtreecommitdiff
path: root/gcc/doc/gty.texi
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-26 20:56:09 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-26 20:56:09 +0000
commit42cc08b5586d9164d7df6059e3c741f2d214d268 (patch)
tree65a273c3b6bf6b4619a1cddc844356496ce12b22 /gcc/doc/gty.texi
parent1d5a21db9b0841ce73e702a482f12ef959b8acdd (diff)
downloadgcc-42cc08b5586d9164d7df6059e3c741f2d214d268.tar.gz
* doc/cpp.texi: Fix typos.
* doc/extend.texi: Likewise. * doc/gty.texi: Likewise. * doc/install.texi: Likewise. * doc/passes.texi: Likewise. * doc/rtl.texi: Likewise. * doc/tm.texi: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r--gcc/doc/gty.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi
index ed7d3d2c1a1..6d4f8394f42 100644
--- a/gcc/doc/gty.texi
+++ b/gcc/doc/gty.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 2002
+@c Copyright (C) 2002, 2003
@c Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -186,7 +186,7 @@ specify the real type of a field identified by @code{use_param1} through
@item use_params
When a structure contains another structure that is parameterized,
-there's no need to do anything special, the inner stucture inherits the
+there's no need to do anything special, the inner structure inherits the
parameters of the outer one. When a structure contains a pointer to a
parameterized structure, the type machinery won't automatically detect
this (it could, it just doesn't yet), so it's necessary to tell it that