summaryrefslogtreecommitdiff
path: root/io_buffer.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-25 10:33:49 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-25 10:33:49 +0900
commit04f07713d19cbde1f2d23d7f3b2318a0a84bab5b (patch)
tree216e664d3aae783d13ae116a1adac38e15d3c2de /io_buffer.c
parentd100c91445529395d208bb8ff46914670935afa9 (diff)
Fix typos [ci skip]
Diffstat (limited to 'io_buffer.c')
-rw-r--r--io_buffer.c2
1 files changed, 1 insertions, 1 deletions
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: