Skip to content

Commit aae0c8a

Browse files
kushagra765paulmckrcu
authored andcommitted
Documentation: Fixed a typo in atomic_t.txt
Fixed a typo in the word 'architecture'. Signed-off-by: Kushagra Verma <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent ebd50e2 commit aae0c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/atomic_t.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ atomic operations.
324324

325325
Specifically 'simple' cmpxchg() loops are expected to not starve one another
326326
indefinitely. However, this is not evident on LL/SC architectures, because
327-
while an LL/SC architecure 'can/should/must' provide forward progress
327+
while an LL/SC architecture 'can/should/must' provide forward progress
328328
guarantees between competing LL/SC sections, such a guarantee does not
329329
transfer to cmpxchg() implemented using LL/SC. Consider:
330330

0 commit comments

Comments
 (0)