Browse Source

Fix incomplete comment

Isaac Woods 3 years ago
parent
commit
377bfbf782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acpi/src/fadt.rs

+ 1 - 1
acpi/src/fadt.rs

@@ -44,7 +44,7 @@ pub struct Fadt {
     /// The SCI should be treated as a sharable, level, active-low interrupt.
     pub sci_interrupt: u16,
     /// The system port address of the SMI Command Port. This port should only be accessed from the boot processor.
-    /// A value of `0` indicates that System Management Mode.
+    /// A value of `0` indicates that System Management Mode is not supported.
     ///
     ///    - Writing the value in `acpi_enable` to this port will transfer control of the ACPI hardware registers
     ///      from the firmware to the OS. You must synchronously wait for the transfer to complete, indicated by the