summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorÉtienne Barrié <etienne.barrie@gmail.com>2025-10-13 16:33:17 +0200
committerAlan Wu <XrXr@users.noreply.github.com>2025-10-13 15:21:36 -0400
commit79b268567512cdb802488107be1dcf843f371076 (patch)
treefeba30e02df24a4b032b6266c0152c6ac77c0768 /internal
parentd11df4172ef203425fd7ee773b1e328b14da43c8 (diff)
[DOC] Fix typos
Inspired by 42ba82424d908c290a4a34ced8853f0a403b734b, I looked for other occurrences of "the the".
Diffstat (limited to 'internal')
-rw-r--r--internal/io.h2
1 files changed, 1 insertions, 1 deletions
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;
};