From 04f07713d19cbde1f2d23d7f3b2318a0a84bab5b Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sat, 25 Dec 2021 10:33:49 +0900 Subject: Fix typos [ci skip] --- io_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_buffer.c') diff --git a/io_buffer.c b/io_buffer.c index fa28c59b32..5227a2a5b8 100644 --- a/io_buffer.c +++ b/io_buffer.c @@ -1843,7 +1843,7 @@ io_buffer_clear(int argc, VALUE *argv, VALUE self) static size_t io_buffer_default_size(size_t page_size) { - // Platform agnostic default size, based on emperical performance observation: + // Platform agnostic default size, based on empirical performance observation: const size_t platform_agnostic_default_size = 64*1024; // Allow user to specify custom default buffer size: -- cgit v1.2.3