summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-17 19:23:50 +0000
committerDan Gohman <gohman@apple.com>2010-06-17 19:23:50 +0000
commitc22c0f37b4897f4e2580b1184556e6cd447f11d2 (patch)
tree7046b0fbcb4bcfa318a1eb5346188020371fb065 /docs
parent59c38f31acf87901208bbf790508196b1c0ad1fd (diff)
downloadllvm-c22c0f37b4897f4e2580b1184556e6cd447f11d2.tar.gz
llvm-c22c0f37b4897f4e2580b1184556e6cd447f11d2.tar.bz2
llvm-c22c0f37b4897f4e2580b1184556e6cd447f11d2.tar.xz
Minor clarification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 2d89b71ec4..32f143a93a 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>