Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2023 21:03:46 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: f63aaffebc4b - main - acpi(4): Fix a typo in a kernel message
Message-ID:  <202303232103.32NL3kcU036638@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=f63aaffebc4b93791030d759e319bbb038e5575f

commit f63aaffebc4b93791030d759e319bbb038e5575f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-03-23 21:03:31 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-03-23 21:03:31 +0000

    acpi(4): Fix a typo in a kernel message
    
    - s/enitialization/initialization/
    
    MFC afer:       5 days
---
 sys/dev/acpica/acpi_cmbat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/acpica/acpi_cmbat.c b/sys/dev/acpica/acpi_cmbat.c
index 407b6dace5d4..14b8878cdfe8 100644
--- a/sys/dev/acpica/acpi_cmbat.c
+++ b/sys/dev/acpica/acpi_cmbat.c
@@ -533,7 +533,7 @@ acpi_cmbat_init_battery(void *arg)
 
     dev = (device_t)arg;
     ACPI_VPRINT(dev, acpi_device_get_parent_softc(dev),
-	"battery enitialization start\n");
+	"battery initialization start\n");
 
     /*
      * Try repeatedly to get valid data from the battery.  Since the



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