git: cc538081ef1d - main - acpi(4): Fix two typos in a source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Aug 2022 13:58:30 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=cc538081ef1de6cd3f85a8009c9dcecadd24dd79
commit cc538081ef1de6cd3f85a8009c9dcecadd24dd79
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-07 13:58:04 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-07 13:58:04 +0000
acpi(4): Fix two typos in a source code comments
- s/paramater/parameter/
MFC after: 3 days
---
sys/dev/acpica/acpi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
*/