Skip to content

Commit 2ec0ed7

Browse files
committed
Fix comment
1 parent 0087c29 commit 2ec0ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)