git: 9d4785813870 - main - Fix "Mesurement" typo in usr.sbin/acpi/acpiconf/acpiconf.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jan 2022 15:00:31 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9d4785813870428c9967813478e4606e7b46c2e0 commit 9d4785813870428c9967813478e4606e7b46c2e0 Author: Matt Audesse <matt@mattaudesse.com> AuthorDate: 2021-12-17 00:16:40 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-01-07 14:59:11 +0000 Fix "Mesurement" typo in usr.sbin/acpi/acpiconf/acpiconf.c Pull Request: https://github.com/freebsd/freebsd-src/pull/572 --- usr.sbin/acpi/acpiconf/acpiconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/acpi/acpiconf/acpiconf.c b/usr.sbin/acpi/acpiconf/acpiconf.c index 8a31657fb980..b239d5e91661 100644 --- a/usr.sbin/acpi/acpiconf/acpiconf.c +++ b/usr.sbin/acpi/acpiconf/acpiconf.c @@ -132,7 +132,7 @@ acpi_battinfo(int num) if (ACPI_BIX_REV_MIN_CHECK(battio.bix.rev, ACPI_BIX_REV_0)) { if (battio.bix.cycles != ACPI_BATT_UNKNOWN) printf("Cycle Count:\t\t%d\n", battio.bix.cycles); - printf("Mesurement Accuracy:\t%d %%\n", + printf("Measurement Accuracy:\t%d %%\n", battio.bix.accuracy / 1000); if (battio.bix.stmax != ACPI_BATT_UNKNOWN) printf("Max Sampling Time:\t%d ms\n",