From 7bfb66f9732dede9c3eaa0076eec45f230df061d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Dec 2025 01:09:43 +0100 Subject: Tweak comments. --- src/lib/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util.cc') diff --git a/src/lib/util.cc b/src/lib/util.cc index ef12e63ad..ebac8c0e7 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -921,7 +921,7 @@ copy_in_bits(boost::filesystem::path from, boost::filesystem::path to, std::func throw OpenFileError(to, t.open_error(), OpenFileError::WRITE); } - /* on the order of a second's worth of copying */ + /* About a second's worth of copying */ boost::uintmax_t const chunk = 20 * 1024 * 1024; std::vector buffer(chunk); -- cgit v1.2.3