From 2eddfef0df48beb34e38010bc2eac7f8b988b607 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Thu, 25 Feb 2010 16:51:31 +0000
Subject: Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97144 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LangRef.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/LangRef.html')
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
and the alignment requirements of the union as a whole will be the largest
alignment requirement of any member.
-Unions members are accessed using 'load and
+
Union members are accessed using 'load and
'store' by getting a pointer to a field with
the 'getelementptr' instruction.
Since all members are at offset zero, the getelementptr instruction does
--
cgit v1.1