Fix two wording errors that Duncan spotted.
authorDan Gohman <gohman@apple.com>
Mon, 11 May 2009 18:51:16 +0000 (18:51 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 11 May 2009 18:51:16 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71459 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index 767a18dc2252091982dd5b50ff232455f08762c8..538d1371a16f82996731c58f65ad0ab0ec36a735 100644 (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] };