From: Jim Meyering Date: Sat, 4 Feb 2006 10:44:19 +0000 (+0000) Subject: tweak comment X-Git-Tag: v6.0~798 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1f8579a000631af45ca9674779ba4c1dea710e;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/tests/cp/cp-deref b/tests/cp/cp-deref index f0a0549522..bfc8277376 100755 --- a/tests/cp/cp-deref +++ b/tests/cp/cp-deref @@ -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