Documentation: Fixed a typo in atomic_t.txt
authorKushagra Verma <kushagra765@outlook.com>
Tue, 29 Nov 2022 13:20:59 +0000 (18:50 +0530)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 4 Jan 2023 04:47:04 +0000 (20:47 -0800)
Fixed a typo in the word 'architecture'.

Signed-off-by: Kushagra Verma <kushagra765@outlook.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/atomic_t.txt

index 0f1ffa03db09a6e2d66b1916d8a44bff7b689f3b..d7adc6d543db4f15456f3b061219acb3808de562 100644 (file)
@@ -324,7 +324,7 @@ atomic operations.
 
 Specifically 'simple' cmpxchg() loops are expected to not starve one another
 indefinitely. However, this is not evident on LL/SC architectures, because
-while an LL/SC architecure 'can/should/must' provide forward progress
+while an LL/SC architecture 'can/should/must' provide forward progress
 guarantees between competing LL/SC sections, such a guarantee does not
 transfer to cmpxchg() implemented using LL/SC. Consider: