From: Dan Gohman Date: Mon, 11 May 2009 18:51:16 +0000 (+0000) Subject: Fix two wording errors that Duncan spotted. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1f3be1a1febc2cd71fae73c1e622d9f07dd7e2f9;p=oota-llvm.git Fix two wording errors that Duncan spotted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71459 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/README.txt b/lib/Target/README.txt index 767a18dc225..538d1371a16 100644 --- a/lib/Target/README.txt +++ b/lib/Target/README.txt @@ -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] };