aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2023-03-17 12:42:26 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-03-20 07:03:28 +0000
commit107004380c895d7ccd438eaf98941f92b4aa54b9 (patch)
treeb7b56c5768c768cf1ef0f663e28f10b73f124166
parent85dc1a471591990618bc22ce6b25ac407ad4722e (diff)
downloadsrc-107004380c895d7ccd438eaf98941f92b4aa54b9.tar.gz
src-107004380c895d7ccd438eaf98941f92b4aa54b9.zip
amd64 acpi_wakeup.c: fix typo
(cherry picked from commit ff6d60946a0e9e0ade3045b734ed4bea08e20938)
-rw-r--r--sys/amd64/acpica/acpi_wakeup.c2
1 files changed, 1 insertions, 1 deletions
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.
*/