target data is a contract with the code generator, not the "processor"

llvm-svn: 141734
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 8e54f3c..cedd024 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -2069,7 +2069,7 @@
   alignment of the struct is one byte, and that there is no padding between
   the elements.  In non-packed structs, padding between field types is inserted
   as defined by the TargetData string in the module, which is required to match
-  what the underlying processor expects.</p>
+  what the underlying code generator expects.</p>
 
 <p>Structures can either be "literal" or "identified".  A literal structure is
   defined inline with other types (e.g. <tt>{i32, i32}*</tt>) whereas identified