From 1c90afbc1a2865772700f23dc586e16d18adee2b Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 15 Oct 2014 14:12:57 +0000 Subject: [PATCH] fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 24548e2d13..79f0dac32e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,9 +31,9 @@ Wed Oct 15 12:26:58 2014 Tanaka Akira Wed Oct 15 07:21:09 2014 Tanaka Akira * enum.c: min(n) drops elements bigger than the n-th maximum element. - (struct nmin_data): New field to record the n-th maximumelement, limit + (struct nmin_data): New field to record the n-th maximum element, limit (nmin_filter): Update limit field. - (nmin_i): Drop too big eleents. + (nmin_i): Drop too big elements. (nmin_run): Initialize limit field. Wed Oct 15 07:00:14 2014 Eric Wong