summary refs log tree commit diff
path: root/hypervisor/src/x86_64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hypervisor/src/x86_64.rs')
-rw-r--r--hypervisor/src/x86_64.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervisor/src/x86_64.rs b/hypervisor/src/x86_64.rs
index c311924..859ebff 100644
--- a/hypervisor/src/x86_64.rs
+++ b/hypervisor/src/x86_64.rs
@@ -339,6 +339,6 @@ pub struct PitChannelState {
     pub bcd: bool,
     /// Value of the gate input pin. This only applies to channel 2.
     pub gate: bool,
-    /// Guest boot nanosecond timestamp of when the count value was loaded.
+    /// Nanosecond timestamp of when the count value was loaded.
     pub count_load_time: u64,
 }