acpi(4): Fix two typos in a source code comments

- s/paramater/parameter/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2022-08-07 15:58:04 +02:00
parent 094517119c
commit cc538081ef
+1 -1
View File
@@ -931,7 +931,7 @@ acpi_child_pnpinfo_method(device_t cbdev, device_t child, struct sbuf *sb)
}
/*
* Note: the check for ACPI locator may be reduntant. However, this routine is
* Note: the check for ACPI locator may be redundant. However, this routine is
* suitable for both busses whose only locator is ACPI and as a building block
* for busses that have multiple locators to cope with.
*/