aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-25 16:51:31 +0000
committerDan Gohman <gohman@apple.com>2010-02-25 16:51:31 +0000
commit2eddfef0df48beb34e38010bc2eac7f8b988b607 (patch)
tree5b98bb9617c667c4318a52b81cef482a9cd95eaf
parentff3ef32c359d3a6575e9f17202b18c49b000b7a3 (diff)
downloadexternal_llvm-2eddfef0df48beb34e38010bc2eac7f8b988b607.zip
external_llvm-2eddfef0df48beb34e38010bc2eac7f8b988b607.tar.gz
external_llvm-2eddfef0df48beb34e38010bc2eac7f8b988b607.tar.bz2
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97144 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index c35d700..5bf0685 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1792,7 +1792,7 @@ Classifications</a> </div>
and the alignment requirements of the union as a whole will be the largest
alignment requirement of any member.</p>
-<p>Unions members are accessed using '<tt><a href="#i_load">load</a></tt> and
+<p>Union members are accessed using '<tt><a href="#i_load">load</a></tt> and
'<tt><a href="#i_store">store</a></tt>' by getting a pointer to a field with
the '<tt><a href="#i_getelementptr">getelementptr</a></tt>' instruction.
Since all members are at offset zero, the getelementptr instruction does