summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-08-11 23:48:52 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-08-11 23:48:52 +0000
commit5093fe69b490665f091309cd4b266fd5ff4ba452 (patch)
treee190504dabad6a54d5709a98d6782dbfe79ccd81 /docs
parent1bf4ad4870afbbb3f2eac153925433a6981c2a63 (diff)
downloadllvm-5093fe69b490665f091309cd4b266fd5ff4ba452.tar.gz
llvm-5093fe69b490665f091309cd4b266fd5ff4ba452.tar.bz2
llvm-5093fe69b490665f091309cd4b266fd5ff4ba452.tar.xz
Fix mismatched tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Atomics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Atomics.html b/docs/Atomics.html
index fefc17178a..2b097b3fae 100644
--- a/docs/Atomics.html
+++ b/docs/Atomics.html
@@ -318,7 +318,7 @@ instructions has been clarified in the IR.</p>
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>