aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gty.texi
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2004-11-05 00:53:49 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2004-11-05 00:53:49 +0000
commitf0eb93a806a875b7e89f5a2f5217063c0daa0db8 (patch)
tree510d68a2ce26cf216088cf583abb195855e06d3b /gcc/doc/gty.texi
parent04fb56d5990d68f903b15b367e23be9a27d27673 (diff)
downloadgcc-f0eb93a806a875b7e89f5a2f5217063c0daa0db8.zip
gcc-f0eb93a806a875b7e89f5a2f5217063c0daa0db8.tar.gz
gcc-f0eb93a806a875b7e89f5a2f5217063c0daa0db8.tar.bz2
c-tree.texi, [...]: Remove trailing whitespace.
* doc/c-tree.texi, doc/cfg.texi, doc/extend.texi, doc/gty.texi, doc/install.texi, doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi, doc/tm.texi, doc/tree-ssa.texi: Remove trailing whitespace. From-SVN: r90100
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r--gcc/doc/gty.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi
index dafad02..cf4bde7 100644
--- a/gcc/doc/gty.texi
+++ b/gcc/doc/gty.texi
@@ -61,7 +61,7 @@ static GTY(()) int @var{counter}; /* @r{save counter in a PCH} */
@end smallexample
The parser understands simple typedefs such as
-@code{typedef struct @var{tag} *@var{name};} and
+@code{typedef struct @var{tag} *@var{name};} and
@code{typedef int @var{name};}.
These don't need to be marked.