mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
Merge pull request #99 from linkwk7/fix_typo_in_comments
Fix typo in comment
This commit is contained in:
commit
36a16ca7eb
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ void _mi_page_free_collect(mi_page_t* page) {
|
||||||
// free the local free list
|
// free the local free list
|
||||||
if (page->local_free != NULL) {
|
if (page->local_free != NULL) {
|
||||||
if (mi_likely(page->free == NULL)) {
|
if (mi_likely(page->free == NULL)) {
|
||||||
// usual caes
|
// usual case
|
||||||
page->free = page->local_free;
|
page->free = page->local_free;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue