Fix typo in comment: s/fileutils/coreutils.
authorJim Meyering <jim@meyering.net>
Wed, 2 Nov 2005 21:29:28 +0000 (21:29 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Nov 2005 21:29:28 +0000 (21:29 +0000)
tests/dd/skip-seek

index 897c4b7..fe68912 100755 (executable)
@@ -62,7 +62,7 @@ my @Tests =
       {ERR=> "2+1 records in\n0+1 records out\n1 truncated record\n"},
      ],
      [
-      # Before fileutils-5.93, this would output just "c\n".
+      # Before coreutils-5.93, this would output just "c\n".
       'sk-seek4', qw(bs=1 skip=1 status=noxfer),
       {IN_PIPE=> "abc\n"},
       {OUT=> "bc\n"},