From 964b5869aff16b147431aa4e52c70a99d1521bb3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 15 May 2018 20:12:29 -0400 Subject: touch up --- lib/dedupe-range.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/dedupe-range.c b/lib/dedupe-range.c index dea70c7..32296c0 100644 --- a/lib/dedupe-range.c +++ b/lib/dedupe-range.c @@ -57,9 +57,9 @@ void dedupe_range(struct range src, struct range *dsts) { if (range->info[i].bytes_deduped != bytes_deduped) { error(0, errno, "dedupe: %"PRIu64" != %"PRIu64": %s", bytes_deduped, - /* on platforms where both "long" and "long long" + /* On platforms where both "long" and "long long" * are 64 bits, linux __u64 might disagree with - * glibc uint64_t and thus PRIu64 */ + * glibc uint64_t and thus PRIu64. */ (uint64_t)range->info[i].bytes_deduped, dsts[files_deduped+i].filename); erred = true; -- cgit v1.2.3-2-g168b