diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-26 20:56:09 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-26 20:56:09 +0000 |
commit | 3bcf1b13176db0edef5f7a123ee1735e6950f61b (patch) | |
tree | 65a273c3b6bf6b4619a1cddc844356496ce12b22 /gcc/doc/rtl.texi | |
parent | 9e4f94dea0017ce71747b94172592503f3dc4824 (diff) | |
download | gcc-3bcf1b13176db0edef5f7a123ee1735e6950f61b.zip gcc-3bcf1b13176db0edef5f7a123ee1735e6950f61b.tar.gz gcc-3bcf1b13176db0edef5f7a123ee1735e6950f61b.tar.bz2 |
cpp.texi: Fix typos.
* 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.
From-SVN: r61858
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 7b4ad23..a0c1f39 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988, 1989, 1992, 1994, 1997, 1998, 1999, 2000, 2001, 2002 +@c Copyright (C) 1988, 1989, 1992, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -244,7 +244,7 @@ from an @samp{md} file, the vector value of this operand may be omitted. An omitted vector is effectively the same as a vector of no elements. @item B -@samp{B} indicates a pointer to basic block strucure. +@samp{B} indicates a pointer to basic block structure. @item 0 @samp{0} means a slot whose contents do not fit any normal category. |