Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2022 13:58:30 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cc538081ef1d - main - acpi(4): Fix two typos in a source code comments
Message-ID:  <202208071358.277DwU5t019288@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208071358.277DwU5t019288>