aboutsummaryrefslogtreecommitdiff
path: root/src/paging.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/paging.rs')
-rw-r--r--src/paging.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/paging.rs b/src/paging.rs
index f03419f..5c2b5af 100644
--- a/src/paging.rs
+++ b/src/paging.rs
@@ -1,5 +1,4 @@
-/// The focus on this file is to describe the data-structures
-/// for IA-32e paging mode.
+//! Description of the data-structures for IA-32e paging mode.
use core::fmt;
pub type PAddr = u64;