aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>2002-02-19 05:01:24 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2002-02-19 05:01:24 +0000
commit7355dba75e7f20de2b0a50ecbd4dcaabda55246b (patch)
treeec572c78fa0f6398cd539fa78fd5e3c929acf67f /gcc/doc
parent91c8aa9ea6a80c06cb587f21b5ff15cf4aa130aa (diff)
downloadgcc-7355dba75e7f20de2b0a50ecbd4dcaabda55246b.zip
gcc-7355dba75e7f20de2b0a50ecbd4dcaabda55246b.tar.gz
gcc-7355dba75e7f20de2b0a50ecbd4dcaabda55246b.tar.bz2
* doc/rtl.texi (Constants): Close @code tag.
From-SVN: r49855
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/rtl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 6963950..07fdede 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -1166,7 +1166,7 @@ The number of units in a @code{const_vector} is obtained with the macro
@code{CONST_VECTOR_NUNITS} as in @code{CONST_VECTOR_NUNITS (@var{v})}.
Individual elements in a vector constant are accessed with the macro
-@code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})
+@code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})}
where @var{v} is the vector constant and @var{n} is the element
desired.