From 2c9ce66ff3506c8f81958ee21e1701c946d522c0 Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Fri, 4 Nov 2011 20:40:41 +0000
Subject: [PATCH] Fix some misplaced punctuation.
llvm-svn: 143737
---
docs/LangRef.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/LangRef.html b/docs/LangRef.html
index a260bafe4ae..0cc88735acb 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -635,7 +635,7 @@ define i32 @main() { ; i32()*
be merged with equivalent globals. These linkage types are otherwise the
same as their non-odr versions.
- external:
+ external
If none of the above identifiers are used, the global is externally
visible, meaning that it participates in linkage and can be used to
resolve external symbol references.
@@ -932,7 +932,7 @@ define i32 @main() { ; i32()*
alignments must be a power of 2.
If the unnamed_addr attribute is given, the address is know to not
- be significant and two identical functions can be merged
.
+ be significant and two identical functions can be merged.
Syntax: