From fcebdbb7a737750b70b7bfd8883bee5b2acaaa04 Mon Sep 17 00:00:00 2001 From: electricboogie <32370782+electricboogie@users.noreply.github.com> Date: Sun, 18 Apr 2021 17:51:44 -0500 Subject: [PATCH] Cleanup comment --- src/uu/sort/src/sort.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/sort/src/sort.rs b/src/uu/sort/src/sort.rs index 4938450f4..3b13e5bbb 100644 --- a/src/uu/sort/src/sort.rs +++ b/src/uu/sort/src/sort.rs @@ -908,7 +908,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 { } if matches.is_present(OPT_BUF_SIZE) { - // 10K is the default extsort buffer, but that's too small, so we set at 100M + // 16G is the default in memory buffer. // Although the "default" is never used unless extsort options are given settings.buffer_size = { let input = matches