bug#80559: [PATCH] shred: fix typo in comment
Weixie Cui via GNU coreutils Bug Reports <[email protected]> Sat, 7 Mar 2026 10:01:17 +0800
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
From: Weixie Cui <[email protected]> * src/shred.c: Fix "then" -> "than" in comment. --- src/shred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shred.c b/src/shred.c index 38e99720c..b5bf6f3f0 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) -- 2.39.5 (Apple Git-154)