summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/src/lib.rs b/arch/src/lib.rs
index f07063b..62e5b25 100644
--- a/arch/src/lib.rs
+++ b/arch/src/lib.rs
@@ -267,8 +267,8 @@ pub fn generate_pci_root(
 /// * `com_evt_1_3` - eventfd for com1 and com3
 /// * `com_evt_1_4` - eventfd for com2 and com4
 /// * `io_bus` - Bus to add the devices to
-/// * `serial_parameters` - definitions of serial parameter configuationis. If a setting is not
-///     provided for a port, then it will use the default configuation.
+/// * `serial_parameters` - definitions of serial parameter configurations. If a setting is not
+///   provided for a port, then it will use the default configuration.
 pub fn add_serial_devices(
     io_bus: &mut Bus,
     com_evt_1_3: &EventFd,