aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-08-07 13:58:04 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-08-07 13:58:04 +0000
commitcc538081ef1de6cd3f85a8009c9dcecadd24dd79 (patch)
treec6c6dc60c3e13c2f45b88d4c36128b4c53fb0be8
parent094517119c62c23369d545a7475ae982d86330a3 (diff)
downloadsrc-cc538081ef1de6cd3f85a8009c9dcecadd24dd79.tar.gz
src-cc538081ef1de6cd3f85a8009c9dcecadd24dd79.zip
acpi(4): Fix two typos in a source code comments
- s/paramater/parameter/ MFC after: 3 days
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 37d7b88811a6..941e2bd75aeb 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -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.
*/