Skip to content

Commit fc3ed45

Browse files
committed
Fix typo
1 parent 9d9a99a commit fc3ed45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mini_heap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ class MiniHeap {
518518
return spanptr;
519519
}
520520

521-
// The comment are for the max size, since it is architecture-dependent.
521+
// The comments are for the max size, since it is architecture-dependent.
522522
internal::Bitmap _bitmap; // 128 128 bytes
523523
const Span _span; // 8 136
524524
MiniHeapListEntry _freelist{}; // 8 144

0 commit comments

Comments
 (0)