зеркало из https://github.com/github/ruby.git
Fix typo
This commit is contained in:
Родитель
33dc0a070a
Коммит
6d834371c0
2
gc.c
2
gc.c
|
@ -10406,7 +10406,7 @@ rb_aligned_malloc(size_t alignment, size_t size)
|
|||
GC_ASSERT(start_out_of_range_size % sysconf(_SC_PAGE_SIZE) == 0);
|
||||
if (start_out_of_range_size > 0) {
|
||||
if (munmap(ptr, start_out_of_range_size)) {
|
||||
rb_bug("rb_aligned_malloc: munmap faile for start");
|
||||
rb_bug("rb_aligned_malloc: munmap failed for start");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче