Fix two wording errors that Duncan spotted.

llvm-svn: 71459
This commit is contained in:
Dan Gohman 2009-05-11 18:51:16 +00:00
parent 5b3a56bfac
commit 1dbb40f481
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ specific vector types are target dependent.
//===---------------------------------------------------------------------===//
We should and produce and unaligned load from code like this:
We should produce an unaligned load from code like this:
v4sf example(float *P) {
return (v4sf){P[0], P[1], P[2], P[3] };