From: Jim Meyering Date: Sun, 23 Jul 2017 18:04:15 +0000 (+0200) Subject: maint: fix grammar in a shred.c comment X-Git-Tag: v8.28~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8ee5f19e8c697c860a5d23cd44ed300c0c222a2;p=thirdparty%2Fcoreutils.git maint: fix grammar in a shred.c comment * src/shred.c: Remove spurious "to" in an old comment. --- diff --git a/src/shred.c b/src/shred.c index e6df4095ad..e8fe307e14 100644 --- a/src/shred.c +++ b/src/shred.c @@ -45,7 +45,7 @@ * assumption out, and the assumption that you want the data processed * as fast as the hard drive can spin, you can do better. * - * If asked to wipe a file, this also unlinks it, renaming it to in a + * If asked to wipe a file, this also unlinks it, renaming it in a * clever way to try to leave no trace of the original filename. * * This was inspired by a desire to improve on some code titled: