Commit aae0c8a5 authored by Kushagra Verma's avatar Kushagra Verma Committed by Paul E. McKenney

Documentation: Fixed a typo in atomic_t.txt

Fixed a typo in the word 'architecture'.
Signed-off-by: default avatarKushagra Verma <kushagra765@outlook.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent ebd50e29
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment