Explorar o código

Fix odd phrasing (#21)

* Fix odd phrasing
Restioson %!s(int64=6) %!d(string=hai) anos
pai
achega
7cda966230
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -77,7 +77,7 @@ pub trait AcpiHandler {
     /// a `T` (but may be bigger than `size_of::<T>()`). The address doesn't have to be page-aligned,
     /// so the implementation may have to add padding to either end. The given size must be greater
     /// or equal to the size of a `T`. The virtual address the memory is mapped to does not matter,
-    /// as long as it is accessibly by `acpi`.
+    /// as long as it is accessible from `acpi`.
     fn map_physical_region<T>(
         &mut self,
         physical_address: usize,