]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: dd: fix typo in comment
authorWeixie Cui <cuiweixie@gmail.com>
Fri, 6 Mar 2026 13:05:55 +0000 (21:05 +0800)
committerPádraig Brady <P@draigBrady.com>
Fri, 6 Mar 2026 13:27:52 +0000 (13:27 +0000)
* src/dd.c: Fix "that that" -> "that the" in comment.

src/dd.c

index a1944fbc05df14f4d985a37806dd22f6777ee6fb..07b1c6445df7b16898bb2a9db1b396aec7d11a66 100644 (file)
--- 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;