[llvm-commits] [llvm] r143737 - /llvm/trunk/docs/LangRef.html

Bill Wendling isanbard at gmail.com
Fri Nov 4 13:40:42 PDT 2011


Author: void
Date: Fri Nov  4 15:40:41 2011
New Revision: 143737

URL: http://llvm.org/viewvc/llvm-project?rev=143737&view=rev
Log:
Fix some misplaced punctuation.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=143737&r1=143736&r2=143737&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Nov  4 15:40:41 2011
@@ -635,7 +635,7 @@
       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 @@
    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">





More information about the llvm-commits mailing list