From: Weixie Cui Date: Fri, 6 Mar 2026 13:05:55 +0000 (+0800) Subject: maint: dd: fix typo in comment X-Git-Tag: v9.11~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e71ed470888fdd415e275f6107088084d1c5ac83;p=thirdparty%2Fcoreutils.git maint: dd: fix typo in comment * src/dd.c: Fix "that that" -> "that the" in comment. --- diff --git a/src/dd.c b/src/dd.c index a1944fbc05..07b1c6445d 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;