From 29e6d97517bbd4dcc540464c8473172232f3e228 Mon Sep 17 00:00:00 2001 From: Yudai Takada <13041216+ydah@users.noreply.github.com> Date: Mon, 21 Nov 2022 14:07:18 +0900 Subject: Fix typos (#6775) * s/Innteger/Integer/ * s/diretory/directory/ * s/Bufer/Buffer/ * s/defalt/default/ * s/covearge/coverage/ --- 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 dc9d613524..e5d6c19612 100644 --- a/io_buffer.c +++ b/io_buffer.c @@ -535,7 +535,7 @@ io_flags_for_size(size_t size) * Create a new zero-filled IO::Buffer of +size+ bytes. * By default, the buffer will be _internal_: directly allocated chunk * of the memory. But if the requested +size+ is more than OS-specific - * IO::Bufer::PAGE_SIZE, the buffer would be allocated using the + * IO::Buffer::PAGE_SIZE, the buffer would be allocated using the * virtual memory mechanism (anonymous +mmap+ on Unix, +VirtualAlloc+ * on Windows). The behavior can be forced by passing IO::Buffer::MAPPED * as a second parameter. -- cgit v1.2.3