From 79b268567512cdb802488107be1dcf843f371076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Mon, 13 Oct 2025 16:33:17 +0200 Subject: [DOC] Fix typos Inspired by 42ba82424d908c290a4a34ced8853f0a403b734b, I looked for other occurrences of "the the". --- internal/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/io.h b/internal/io.h index e6a741ee71..b81774e0a7 100644 --- a/internal/io.h +++ b/internal/io.h @@ -132,7 +132,7 @@ struct rb_io { struct rb_execution_context_struct *closing_ec; VALUE wakeup_mutex; - // The fork generation of the the blocking operations list. + // The fork generation of the blocking operations list. rb_serial_t fork_generation; }; -- cgit v1.2.3