From 181f3719bb0df0d0886d069f4385a1e87b7fe8a2 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 7 Nov 2014 05:46:49 +0000 Subject: [PATCH] ChangeLog: not a typo [ci skip] * ChangeLog: NUL means a name of ASCII '\0', not a NULL pointer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34be2cc9ab..8d946cc9a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,7 +82,7 @@ Wed Nov 5 16:26:58 2014 Nobuyoshi Nakada Wed Nov 5 15:05:12 2014 Nobuyoshi Nakada * string.c (rb_str_{,l,r}strip_bang): rb_str_subseq() will not - NULL-terminate the result string, in the future, so it will not + NUL-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