diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-12-17 16:47:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-17 16:47:45 +0000 |
commit | c0478a660f629758eb3e94f453f9ddc4cbe759b2 (patch) | |
tree | 52512245a3c6c727ac29ca32c62509431a79f201 /gcc/doc/gty.texi | |
parent | 3364c33bf7a20b4444090d6a14be3e921dadc220 (diff) | |
download | gcc-c0478a660f629758eb3e94f453f9ddc4cbe759b2.zip gcc-c0478a660f629758eb3e94f453f9ddc4cbe759b2.tar.gz gcc-c0478a660f629758eb3e94f453f9ddc4cbe759b2.tar.bz2 |
c-tree.texi: Fix typos and follow spelling conventions.
* doc/c-tree.texi: Fix typos and follow spelling conventions.
* doc/cpp.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/gty.texi: Likewise.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* doc/passes.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r60213
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r-- | gcc/doc/gty.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index e0d9a33..55deef2 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -184,10 +184,10 @@ specify the real type of a field identified by @code{use_param1} through @findex use_params @item use_params -When a structure contains another structure that is parameterised, +When a structure contains another structure that is parameterized, there's no need to do anything special, the inner stucture inherits the parameters of the outer one. When a structure contains a pointer to a -parameterised structure, the type machinery won't automatically detect +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 the pointed-to structure should use the same parameters as the outer structure. This is done by marking the pointer with the |