Weixie Cui via GNU coreutils Bug Reports <[email protected]> writes:
> 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) Thanks I pushed that change with a "maint: " prefix added to the commit subject. That just lets us know the commit didn't change the program behavior when we end up breaking things and have to look through the 'git log'. :) Collin
