From 3cccf032e6ba496c14c56b0d6faaea3c51946665 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 16 Dec 2015 14:48:09 +0000 Subject: [PATCH] * ChangeLog: fix a typo in r53149. * NEWS: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- NEWS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52bc3816df..f88c77cbd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,7 +17,7 @@ Wed Dec 16 16:17:34 2015 Eric Wong Wed Dec 16 16:04:49 2015 Eric Wong - * NEWS: note IO#fadvise change [ruby-core:72168] + * NEWS: note IO#advise change [ruby-core:72168] Wed Dec 16 15:35:13 2015 Koichi Sasada diff --git a/NEWS b/NEWS index cb324080f9..18726a3921 100644 --- a/NEWS +++ b/NEWS @@ -97,7 +97,7 @@ with all sufficient information, see the ChangeLog file. this parameter is bitwise-ORed to oflags generated by normal mode argument. [Feature #11253] - * IO#fadvise no longer raises Errno::ENOSYS in cases where it was + * IO#advise no longer raises Errno::ENOSYS in cases where it was detected at build time but not available at runtime. [Feature #11806] * Kernel