The branch main has been updated by kib:

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

commit ff6d60946a0e9e0ade3045b734ed4bea08e20938
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2023-03-17 12:42:26 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2023-03-17 13:10:34 +0000

    amd64 acpi_wakeup.c: fix typo
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 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.
                 */

Reply via email to