summaryrefslogtreecommitdiff
path: root/lib/dedupe-range.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@beefcake.parabola.nu>2018-05-15 20:12:29 -0400
committerLuke Shumaker <lukeshu@beefcake.parabola.nu>2018-05-15 20:12:29 -0400
commit964b5869aff16b147431aa4e52c70a99d1521bb3 (patch)
tree4596366ae33a3bed28944886e738cbad08793471 /lib/dedupe-range.c
parentc787006ee3742ee8384210c4355f73aef7c8d0b8 (diff)
touch up
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;