Parcourir la source

Fix incomplete comment

Isaac Woods il y a 3 ans
Parent
commit
377bfbf782
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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