aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-07 06:55:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-07 06:55:01 +0000
commitd6dc86a1fbf3f6c2aac060bcc12105c56800cf86 (patch)
tree2137588b1d8da38a3893b44d907b9640b0bb12b5 /ChangeLog
parenteb61ebbb38162e496e6551da929ed47c6a0cc0d0 (diff)
downloadruby-d6dc86a1fbf3f6c2aac060bcc12105c56800cf86.tar.gz
ruby_atomic.h: fix typo
* ruby_atomic.h (ATOMIC_VALUE_CAS): fix typo. TODO: make arguments of all CAS macros consistent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1b24cf6db..55023b6dbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 7 15:54:58 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ruby_atomic.h (ATOMIC_VALUE_CAS): fix typo.
+ TODO: make arguments of all CAS macros consistent.
+
Sun Sep 6 16:07:22 2015 Eric Wong <e@80x24.org>
* ccan/list/list.h: suppress unused argument warnings