Minor clarification.
authorDan Gohman <gohman@apple.com>
Thu, 17 Jun 2010 19:23:50 +0000 (19:23 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 17 Jun 2010 19:23:50 +0000 (19:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106234 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 2d89b71ec41aab8d01dcd02aaf8f552167d8c982..32f143a93ae236ddca7c1e74b5eda46175af0b4f 100644 (file)
@@ -1389,7 +1389,7 @@ according to the following rules:</p>
 <p>LLVM IR does not associate types with memory. The result type of a
 <tt><a href="#i_load">load</a></tt> merely indicates the size and
 alignment of the memory from which to load, as well as the
-interpretation of the value. The first operand of a
+interpretation of the value. The first operand type of a
 <tt><a href="#i_store">store</a></tt> similarly only indicates the size
 and alignment of the store.</p>