]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment
authorJim Meyering <jim@meyering.net>
Sat, 4 Feb 2006 10:44:19 +0000 (10:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Feb 2006 10:44:19 +0000 (10:44 +0000)
tests/cp/cp-deref

index f0a0549522222061936cf30a0d7d7772e3c7ad44..bfc82773766c9220e7c0328a494d3ce0bb352a36 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
-# cp -RL d1 d2' must handle the case in which d1 and d2 both contain
-# a symlink pointing to some third directory.
+# cp -RL dir1 dir2' must handle the case in which each of dir1 and dir2
+# contain a symlink pointing to some third directory.
 
 if test "$VERBOSE" = yes; then
   set -x