minor typo
authorChris Lattner <sabre@nondot.org>
Fri, 12 Aug 2011 19:48:19 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Aug 2011 19:48:19 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137496 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Atomics.html

index e2effc6a6c874e67a537940587b187093ae4c6fb..967ebdddb1a3e7e37d540d1c5880495103c04cb6 100644 (file)
@@ -252,7 +252,7 @@ instructions has been clarified in the IR.</p>
       operation.</dd>
   <dt>Notes for optimizers</dt>
   <dd>Optimizers not aware of atomics can treat this like a nothrow call.
-      Tt is also possible to move stores from before an Acquire load
+      It is also possible to move stores from before an Acquire load
       or read-modify-write operation to after it, and move non-Acquire
       loads from before an Acquire operation to after it.</dd>
   <dt>Notes for code generation</dt>