Skip to content

Commit 28c7f4b

Browse files
committed
Fix comment
1 parent f97e741 commit 28c7f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snmalloc/mem/corealloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ namespace snmalloc
589589
* - alloc(size_t)
590590
* - small_alloc(size_t)
591591
* - gets allocation from a fast free list and is done.
592-
* - if no fast free list,
592+
* - otherwise no fast free list and calls small_alloc_slow
593593
* - check for message queue
594594
* - small_refill(size_t)
595595
* - If another free list is available, use it.

0 commit comments

Comments
 (0)