From c43fbe4ebd2b519601f0b90ca98fa096799d3846 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 1 Mar 2023 04:05:30 +1000 Subject: Fix spelling (#7405) --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 76353cb6e0..dcc9d9b038 100644 --- a/io.c +++ b/io.c @@ -1838,7 +1838,7 @@ io_allocate_write_buffer(rb_io_t *fptr, int sync) static inline int io_binwrite_requires_flush_write(rb_io_t *fptr, long len, int nosync) { - // If the requested operation was synchronous and the output mode is synchronus or a TTY: + // If the requested operation was synchronous and the output mode is synchronous or a TTY: if (!nosync && (fptr->mode & (FMODE_SYNC|FMODE_TTY))) return 1; -- cgit v1.2.1