aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files 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 <akr@fsij.org>
Wed Oct 15 07:21:09 2014 Tanaka Akira <akr@fsij.org>
* 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 <e@80x24.org>