Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2023 13:23:15 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2438e9b17075 - releng/13.2 - amd64 acpi_wakeup.c: fix typo
Message-ID:  <202303211323.32LDNFd9027771@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/13.2 has been updated by kib:

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

commit 2438e9b170757f65c4425171839a5b543dfa8ed5
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-03-17 12:42:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-03-20 18:12:53 +0000

    amd64 acpi_wakeup.c: fix typo
    
    Approved by:    re (gjb)
    
    (cherry picked from commit ff6d60946a0e9e0ade3045b734ed4bea08e20938)
    (cherry picked from commit 107004380c895d7ccd438eaf98941f92b4aa54b9)
---
 sys/amd64/acpica/acpi_wakeup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c
index 0f04ccb6f2fc..9601a88e11a4 100644
--- a/sys/amd64/acpica/acpi_wakeup.c
+++ b/sys/amd64/acpica/acpi_wakeup.c
@@ -250,7 +250,7 @@ acpi_sleep_machdep(struct acpi_softc *sc, int state)
 			ia32_pause();
 	} else {
 		/*
-		 * Re-initialize console hardware as soon as possibe.
+		 * Re-initialize console hardware as soon as possible.
 		 * No console output (e.g. printf) is allowed before
 		 * this point.
 		 */



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