From 425a2bde9adcce274143458a3510a5480f2becdd Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Tue, 11 May 2004 23:35:57 +0000 Subject: [PATCH] * doc/md.texi (Standard Names): Fix typo in vec_init description. From-SVN: r81723 --- gcc/ChangeLog | 4 ++++ gcc/doc/md.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f436054..1b8c1d4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-11 Aldy Hernandez + + * doc/md.texi (Standard Names): Fix typo in vec_init description. + 2004-05-11 Geoffrey Keating * doc/gty.texi (GTY Options): Clarify example. 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 -- 2.7.4