bug#80554: [PATCH] dd: fix typo in comment
Pádraig Brady <[email protected]> Fri, 6 Mar 2026 13:32:51 +0000
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 06/03/2026 13:05, Weixie Cui via GNU coreutils Bug Reports wrote: > From: Weixie Cui <[email protected]> > > * src/dd.c: Fix "that that" -> "that the" in comment. > --- > src/dd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/dd.c b/src/dd.c > index a1944fbc0..07b1c6445 100644 > --- a/src/dd.c > +++ b/src/dd.c > @@ -1188,7 +1188,7 @@ iwrite (int fd, char const *buf, idx_t size) > o_nocache_eof = true; > invalidate_cache (STDOUT_FILENO, 0); > > - /* Attempt to ensure that that final block is committed > + /* Attempt to ensure that the final block is committed > to stable storage as quickly as possible. */ > conversions_mask |= C_FSYNC; > Pushed. Note "that that" is possibly correct, I didn't update sc_prohibit_doubled_word marking this as done. thanks, Padraig