mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Sized deallocation: fix a typo.
dealloction -> deallocation.
This commit is contained in:
parent
12cd13cd41
commit
4f7cb3a413
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ void safety_check_fail_sized_dealloc(bool current_dealloc, const void *ptr,
|
|||
|
||||
safety_check_fail("<jemalloc>: size mismatch detected (true size %zu "
|
||||
"vs input size %zu), likely caused by application sized "
|
||||
"dealloction bugs (source address: %p, %s). Suggest building with "
|
||||
"deallocation bugs (source address: %p, %s). Suggest building with "
|
||||
"--enable-debug or address sanitizer for debugging. Abort.\n",
|
||||
true_size, input_size, ptr, src);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue