* doc/md.texi (Standard Names): Fix typo in vec_init description.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 May 2004 23:35:57 +0000 (23:35 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 May 2004 23:35:57 +0000 (23:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81723 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/md.texi

index f436054..1b8c1d4 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-11  Aldy Hernandez  <aldyh@redhat.com>
+
+       * doc/md.texi (Standard Names): Fix typo in vec_init description.
+
 2004-05-11  Geoffrey Keating  <geoffk@apple.com>
 
        * doc/gty.texi (GTY Options): Clarify example.
index b29f8b5..6b9135f 100644 (file)
@@ -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