mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo
This commit is contained in:
parent
33dc0a070a
commit
6d834371c0
Notes:
git
2021-03-03 03:05:23 +09:00
1 changed files with 1 additions and 1 deletions
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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue