summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-03 13:17:45 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-03 13:17:45 +0000
commit6c4387b4f2aa2e81bfd611fe5b5d9f67a2928b7b (patch)
tree115673a97ff5fa943a3a7c0856633c031e693183
parentfd3cdb5ee3011f4273b5d06c38605fc9e35bfa36 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac8458d12f..befeadb615 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -67,7 +67,7 @@ Wed Oct 2 14:19:57 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Oct 1 23:44:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
- * vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clang
+ * vm_core.h: use __attribute__((unused)) in UNINITIALIZED_VAR on clang
4.0+ instead of just on 4.2. Clang has supported the unused attribute
since before version 4, so this should be safe.