diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2004-05-11 23:35:57 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2004-05-11 23:35:57 +0000 |
commit | 425a2bde9adcce274143458a3510a5480f2becdd (patch) | |
tree | f0f2294aaed1789d1bbaff4fe409cbe60ef50816 /gcc/doc | |
parent | 4413b636d9a9a3250e963168e0c33c6aa387c3ca (diff) | |
download | gcc-425a2bde9adcce274143458a3510a5480f2becdd.zip gcc-425a2bde9adcce274143458a3510a5480f2becdd.tar.gz gcc-425a2bde9adcce274143458a3510a5480f2becdd.tar.bz2 |
* doc/md.texi (Standard Names): Fix typo in vec_init description.
From-SVN: r81723
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index b29f8b5..6b9135f 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -2480,7 +2480,7 @@ specify field index and operand 0 place to store value into. @cindex @code{vec_init@var{m}} instruction pattern @item @samp{vec_init@var{m}} -Initialize the vector to given values. Operand 0 ise the vector to initialize +Initialize the vector to given values. Operand 0 is the vector to initialize and operand 1 is parallel containing values for individual fields. @cindex @code{push@var{m}} instruction pattern |