]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo in comment
authorJim Meyering <jim@meyering.net>
Sun, 2 Mar 2003 21:29:33 +0000 (21:29 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Mar 2003 21:29:33 +0000 (21:29 +0000)
tests/mv/hard-3

index 2e04e58eb761fb013afa1ae77910509e47e8e40b..150c9870354e35ab90fc3889c180bfd562b4921e 100755 (executable)
@@ -7,7 +7,7 @@
 # while preserving links, the initial copy must succeed, the attempt
 # to create the second file via `link' must fail, and the final `link'
 # (to create the third) must succeed.  Before the corresponding fix,
-# the first and third destination file would not be linked.
+# the first and third destination files would not be linked.
 #
 # Note that this is nominally a test of `cp', yet it is in the tests/mv
 # directory, because it requires use of the --preserve=link option that