From c8ee5f19e8c697c860a5d23cd44ed300c0c222a2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 23 Jul 2017 20:04:15 +0200 Subject: [PATCH] maint: fix grammar in a shred.c comment * src/shred.c: Remove spurious "to" in an old comment. --- src/shred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2