]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Clarify comment about size bounds.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Sep 2005 19:31:10 +0000 (19:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Sep 2005 19:31:10 +0000 (19:31 +0000)
src/sort.c

index b34d6f7d258e9b33ae0804e109a510df0a136a04..7b736c1524a95e1a2578861a713ea8756763fcd7 100644 (file)
@@ -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,