aboutsummaryrefslogtreecommitdiff
path: root/src/msr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/msr.rs')
-rw-r--r--src/msr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msr.rs b/src/msr.rs
index 445e6cc..6b4613a 100644
--- a/src/msr.rs
+++ b/src/msr.rs
@@ -1,4 +1,4 @@
-//! MSR value list and function to read and write them.
+//! MSR value list and function to read and write them.
/// Write 64 bits to msr register.
pub unsafe fn wrmsr(msr: u32, value: u64) {