amd64 acpi_wakeup.c: fix typo

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2023-03-17 14:42:26 +02:00
parent 94a3876d7e
commit ff6d60946a

View File

@ -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.
*/