[llvm-commits] [llvm] r137388 - /llvm/trunk/docs/Atomics.html
Eli Friedman
eli.friedman at gmail.com
Thu Aug 11 16:48:52 PDT 2011
Author: efriedma
Date: Thu Aug 11 18:48:52 2011
New Revision: 137388
URL: http://llvm.org/viewvc/llvm-project?rev=137388&view=rev
Log:
Fix mismatched tag.
Modified:
llvm/trunk/docs/Atomics.html
Modified: llvm/trunk/docs/Atomics.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Atomics.html?rev=137388&r1=137387&r2=137388&view=diff
==============================================================================
--- llvm/trunk/docs/Atomics.html (original)
+++ llvm/trunk/docs/Atomics.html Thu Aug 11 18:48:52 2011
@@ -318,7 +318,7 @@
the possible optimizations are usually not interesting.</dd>
<dt>Notes for code generation</dt>
<dd>This operation has Acquire and Release semantics; see the sections on
- Acquire and Release.</p>
+ Acquire and Release.</dd>
</dl>
</div>
More information about the llvm-commits
mailing list