From: Paul Eggert Date: Thu, 1 Sep 2005 19:31:10 +0000 (+0000) Subject: Clarify comment about size bounds. X-Git-Tag: CPPI-1_12~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e8b2dca7757ce8356c3bb617ad0fb467c9db487;p=thirdparty%2Fcoreutils.git Clarify comment about size bounds. --- diff --git a/src/sort.c b/src/sort.c index b34d6f7d25..7b736c1524 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,