From 42cc08b5586d9164d7df6059e3c741f2d214d268 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 26 Jan 2003 20:56:09 +0000 Subject: * 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 --- gcc/doc/gty.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/doc/gty.texi') 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 -- cgit v1.2.1