Skip to content

Commit

Permalink
atomic: Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Jan 18, 2024
1 parent 4fe61e3 commit b75a0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcfgthread/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ __MCF_atomic_xchg_(z, cst, size_t)
* atomic object with `*cmp`. If they do not equal, these functions write the old
* value into `*cmp` and return `false`. If they equal, these functions store the
* integer `val` or the value at `*src` into `*mem`, and return `false`. These
* functions may perform the operation as loops and will not fail spuriously.
* functions may perform the operation as a loop and will not fail spuriously.
*
* bool
* _MCF_atomic_cmpxchg_[WIDTH]_[ORDER](void* mem, [INTEGER]* cmp, [INTEGER] val);
Expand Down

0 comments on commit b75a0fe

Please sign in to comment.