mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed a typo in a comment [ci skip]
This commit is contained in:
parent
f6d5de8f33
commit
1d1b9e02d2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*
|
||||
* - RUBY_ATOMIC_CAS, RUBY_ATOMIC_EXCHANGE, RUBY_ATOMIC_FETCH_*:
|
||||
* return the old * value.
|
||||
* return the old value.
|
||||
* - RUBY_ATOMIC_ADD, RUBY_ATOMIC_SUB, RUBY_ATOMIC_INC, RUBY_ATOMIC_DEC, RUBY_ATOMIC_OR, RUBY_ATOMIC_SET:
|
||||
* may be void.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue