summaryrefslogtreecommitdiff
path: root/lib/dedupe-range.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dedupe-range.c')
-rw-r--r--lib/dedupe-range.c4
1 files changed, 2 insertions, 2 deletions
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;