Skip to content

Commit a47fc15

Browse files
committed
a word
1 parent 9e8e277 commit a47fc15

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
@@ -302,7 +302,7 @@ impl IsolatedAlloc {
302302
}
303303
}
304304

305-
/// Returns a vector of page addresses managed by the allocator.
305+
/// Returns a list of page addresses managed by the allocator.
306306
pub fn pages(&self) -> impl Iterator<Item = usize> {
307307
let pages = self.page_ptrs.iter().map(|p| p.expose_provenance().get());
308308
pages.chain(self.huge_ptrs.iter().flat_map(|(ptr, size)| {

0 commit comments

Comments
 (0)