Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Oct 26, 2023
1 parent 9d9a99a commit fc3ed45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mini_heap.h
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ class MiniHeap {
return spanptr;
}

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

0 comments on commit fc3ed45

Please sign in to comment.