bug#80554: [PATCH] dd: fix typo in comment

2026-03-06 Thread Pádraig Brady

On 06/03/2026 13:05, Weixie Cui via GNU coreutils Bug Reports wrote:

From: Weixie Cui 

* 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





bug#80554: [PATCH] dd: fix typo in comment

2026-03-06 Thread Weixie Cui via GNU coreutils Bug Reports
From: Weixie Cui 

* 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;
 
-- 
2.39.5 (Apple Git-154)