Procházet zdrojové kódy

Fix incomplete comment

Isaac Woods před 4 roky
rodič
revize
377bfbf782
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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