aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhone <hone@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-07 03:09:28 +0000
committerhone <hone@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-07 03:09:28 +0000
commitec72d210cc2bacaa3e4b170b6e4bea7985a86f78 (patch)
tree4261f300bd0bc5c203614a48f24341a9ae7a899c
parentd436c051630a4406971645c7b44d84f4f00a0ff8 (diff)
downloadruby-ec72d210cc2bacaa3e4b170b6e4bea7985a86f78.tar.gz
fix typo, NUL -> NULL
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d946cc9a5..34be2cc9ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -82,7 +82,7 @@ Wed Nov 5 16:26:58 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
Wed Nov 5 15:05:12 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_str_{,l,r}strip_bang): rb_str_subseq() will not
- NUL-terminate the result string, in the future, so it will not
+ NULL-terminate the result string, in the future, so it will not
be needed in other cases.
Wed Nov 5 14:11:30 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>