diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-17 16:47:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-17 16:47:45 +0000 |
commit | a99e98dbba2b1e66327281c4f0ffbfd5861c72f0 (patch) | |
tree | 52512245a3c6c727ac29ca32c62509431a79f201 /gcc/doc/gty.texi | |
parent | bad90014c3273f5a232e2610234f7adf346bf0f5 (diff) | |
download | gcc-a99e98dbba2b1e66327281c4f0ffbfd5861c72f0.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60213 138bc75d-0d04-0410-961f-82ee72b054a4
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 e0d9a33cde6..55deef24f69 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 |