From: Weixie Cui Date: Sat, 7 Mar 2026 02:01:17 +0000 (+0800) Subject: maint: shred: fix typo in comment X-Git-Tag: v9.11~186 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=052eed069f8fa8b45611f2b46870a96f57b46965;p=thirdparty%2Fcoreutils.git maint: shred: fix typo in comment * src/shred.c: Fix "then" -> "than" in comment. --- diff --git a/src/shred.c b/src/shred.c index 38e99720c4..b5bf6f3f0f 100644 --- a/src/shred.c +++ b/src/shred.c @@ -445,7 +445,7 @@ dopass (int fd, struct stat const *st, char const *qname, off_t *sizep, char const *previous_human_offset; /* As a performance tweak, avoid direct I/O for small sizes, - as it's just a performance rather then security consideration, + as it's just a performance rather than security consideration, and direct I/O can often be unsupported for small non aligned sizes. */ bool try_without_directio = 0 < size && size < output_size; if (! try_without_directio)