Minor clarification.
[oota-llvm.git] / 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>