From 4e8b2dca7757ce8356c3bb617ad0fb467c9db487 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 1 Sep 2005 19:31:10 +0000 Subject: Clarify comment about size bounds. --- src/sort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sort.c b/src/sort.c index b34d6f7d2..7b736c152 100644 --- a/src/sort.c +++ b/src/sort.c @@ -704,8 +704,8 @@ default_sort_size (void) by FPS and FILES, which are alternate names of the same files. NFILES gives the number of input files; NFPS may be less. Assume that each input line requires LINE_BYTES extra bytes' worth of line - information. Do not exceed a bound on the size: if the bound is - not specified by the user, use a default. */ + information. Do not exceed the size bound specified by the user + (or a default size bound, if the user does not specify one). */ static size_t sort_buffer_size (FILE *const *fps, size_t nfps, -- cgit v1.2.3-54-g00ecf