Fix a typo.
authorDan Gohman <gohman@apple.com>
Thu, 25 Feb 2010 16:51:31 +0000 (16:51 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 25 Feb 2010 16:51:31 +0000 (16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97144 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index c35d70077fe5f80b63d90887b266130affc01ca5..5bf06851e6e4bd44efc620f2bf07167fb81ebffa 100644 (file)
@@ -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