Skip to content

Commit 4812bd6

Browse files
committed
nit
1 parent 148386d commit 4812bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alloc/isolated_alloc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ impl IsolatedAlloc {
204204

205205
if IsolatedAlloc::is_huge_alloc(size, align, self.page_size) {
206206
// SAFETY: Partly upheld by caller, and we checked that the size
207-
// and align mean this must have been allocated via `alloc_huge`
207+
// and align, meaning this must have been allocated via `alloc_huge`
208208
unsafe {
209209
self.dealloc_huge(ptr, layout);
210210
}

0 commit comments

Comments
 (0)