Skip to content

Commit 38537d1

Browse files
Freax13phil-opp
andauthored
improve doc comment
Co-authored-by: Philipp Oppermann <[email protected]>
1 parent 4b525bb commit 38537d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registers/control.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ mod x86_64 {
256256
VirtAddr::new(Self::read_raw())
257257
}
258258

259-
/// Read the current page fault linear address from the CR2 register.
259+
/// Read the current page fault linear address from the CR2 register as a raw `u64`.
260260
#[inline]
261261
pub fn read_raw() -> u64 {
262262
let value: u64;

0 commit comments

Comments
 (0)