We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd50e2 commit aae0c8aCopy full SHA for aae0c8a
Documentation/atomic_t.txt
@@ -324,7 +324,7 @@ atomic operations.
324
325
Specifically 'simple' cmpxchg() loops are expected to not starve one another
326
indefinitely. However, this is not evident on LL/SC architectures, because
327
-while an LL/SC architecure 'can/should/must' provide forward progress
+while an LL/SC architecture 'can/should/must' provide forward progress
328
guarantees between competing LL/SC sections, such a guarantee does not
329
transfer to cmpxchg() implemented using LL/SC. Consider:
330
0 commit comments