aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/hardlinks.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test
index 4ffad97b..819c79f1 100644
--- a/testsuite/hardlinks.test
+++ b/testsuite/hardlinks.test
@@ -5,8 +5,8 @@
# This program is distributable under the terms of the GNU GPL (see
# COPYING).
-# Test rsync handling of hardlinks. By default (in 2.5.1) rsync does
-# not detect symlinks and they get split into different files. If you
+# Test rsync handling of hardlinks. By default, rsync does not
+# detect symlinks and they get split into different files. If you
# specify -H, then hard links are detected and recreated as hardlinks
# on the other end.