diff --git a/llvm/docs/Atomics.html b/llvm/docs/Atomics.html
index e2effc6a6c87..967ebdddb1a3 100644
--- a/llvm/docs/Atomics.html
+++ b/llvm/docs/Atomics.html
@@ -252,7 +252,7 @@ instructions has been clarified in the IR.
operation.
Notes for optimizers
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.
Notes for code generation