summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-30 01:09:43 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-30 02:31:12 +0100
commit7bfb66f9732dede9c3eaa0076eec45f230df061d (patch)
tree50888eeeab49bce7fa2edc3c64f2567ceb91d9c5 /src/lib/util.cc
parent4ffe0ef9fe7fe2e636f5c8dd247abc0be19d508c (diff)
Tweak comments.
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc2
1 files changed, 1 insertions, 1 deletions
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<uint8_t> buffer(chunk);