diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-11-04 20:40:41 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-11-04 20:40:41 +0000 |
commit | 5c3a9f7dd6532c6a0120a7fbd1e8414a4ad5d664 (patch) | |
tree | 918c8f991a4019f3b8b9fa63c82f01433187a530 /docs/LangRef.html | |
parent | aa257278ee8e61a9fa3fc316fe73fa7c2ee2da57 (diff) | |
download | external_llvm-5c3a9f7dd6532c6a0120a7fbd1e8414a4ad5d664.zip external_llvm-5c3a9f7dd6532c6a0120a7fbd1e8414a4ad5d664.tar.gz external_llvm-5c3a9f7dd6532c6a0120a7fbd1e8414a4ad5d664.tar.bz2 |
Fix some misplaced punctuation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143737 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index a260baf..0cc8873 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -635,7 +635,7 @@ define i32 @main() { <i>; i32()* </i> be merged with equivalent globals. These linkage types are otherwise the same as their non-<tt>odr</tt> versions.</dd> - <dt><tt><b><a name="linkage_external">external</a></b></tt>:</dt> + <dt><tt><b><a name="linkage_external">external</a></b></tt></dt> <dd>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.</dd> @@ -932,7 +932,7 @@ define i32 @main() { <i>; i32()* </i> alignments must be a power of 2.</p> <p>If the <tt>unnamed_addr</tt> attribute is given, the address is know to not - be significant and two identical functions can be merged</p>. + be significant and two identical functions can be merged.</p> <h5>Syntax:</h5> <pre class="doc_code"> |