summaryrefslogtreecommitdiff
path: root/src/checksum.c
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2018-02-25 14:04:09 +1100
committerDonovan Baarda <abo@minkirri.apana.org.au>2018-02-25 14:04:09 +1100
commita0bfd4c7291bfe23755e4fcd6336fe3f847f64d8 (patch)
tree088eaeff21b40d2b2f2a92c666a9e2ab44ec99d3 /src/checksum.c
parentc5715988085d06ed1b9631c37ff8a9a0a4d9468b (diff)
downloadlibrsync-a0bfd4c7291bfe23755e4fcd6336fe3f847f64d8.tar.gz
Run 'make tidyc' after fixing tidyc to be more repeatable.
Diffstat (limited to 'src/checksum.c')
-rw-r--r--src/checksum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/checksum.c b/src/checksum.c
index bbcf298..7113c90 100644
--- a/src/checksum.c
+++ b/src/checksum.c
@@ -45,10 +45,10 @@ rs_weak_sum_t rs_calc_weak_sum(void const *buf, size_t len)
/** Calculate and store into SUM a strong MD4 checksum of the file blocks seen
* so far.
*
- * In plain rsync, the checksum is perturbed by a seed value. This is used when
+ * In plain rsync, the checksum is perturbed by a seed value. This is used when
* retrying a failed transmission: we've discovered that the hashes collided at
- * some point, so we're going to try again with different hashes to see if we can
- * get it right. (Check tridge's thesis for details and to see if that's
+ * some point, so we're going to try again with different hashes to see if we
+ * can get it right. (Check tridge's thesis for details and to see if that's
* correct.)
*
* Since we can't retry a web transaction I'm not sure if it's very useful in