From 5093fe69b490665f091309cd4b266fd5ff4ba452 Mon Sep 17 00:00:00 2001
From: Eli Friedman
Date: Thu, 11 Aug 2011 23:48:52 +0000
Subject: [PATCH] Fix mismatched tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137388 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/Atomics.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Atomics.html b/docs/Atomics.html
index fefc17178a1..2b097b3faeb 100644
--- a/docs/Atomics.html
+++ b/docs/Atomics.html
@@ -318,7 +318,7 @@ instructions has been clarified in the IR.
the possible optimizations are usually not interesting.
Notes for code generation
This operation has Acquire and Release semantics; see the sections on
- Acquire and Release.
+ Acquire and Release.