diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index 767a18dc2252..538d1371a16f 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/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] };