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