Преглед на файлове

docs: add a missing word

toku-sa-n преди 4 години
родител
ревизия
19bee29a8f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      acpi/src/fadt.rs

+ 1 - 1
acpi/src/fadt.rs

@@ -134,7 +134,7 @@ impl Fadt {
 
 /// Information about the ACPI Power Management Timer (ACPI PM Timer).
 pub struct PmTimer {
-    /// An I/O space address to the register of ACPI PM Timer.
+    /// An I/O space address to the register block of ACPI PM Timer.
     pub io_base: u32,
     /// This field is true if the hardware supports 32-bit timer, and false if the hardware
     /// supports 24-bit timer.