Skip to content

Commit 5ddc9f8

Browse files
Freax13hawkw
andauthored
clarify comment about random available entries
Co-authored-by: Eliza Weisman <[email protected]>
1 parent 4ab82e5 commit 5ddc9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binary/level_4_entries.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl UsedLevel4Entries {
132132
}
133133

134134
/// Returns the first index of a `num` contiguous unused level 4 entries and marks them as
135-
/// used. If `CONFIG.aslr` is enabled, this will return random available entries.
135+
/// used. If `CONFIG.aslr` is enabled, this will return random contiguous available entries.
136136
///
137137
/// Since this method marks each returned index as used, it can be used multiple times
138138
/// to determine multiple unused virtual memory regions.

0 commit comments

Comments
 (0)