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 18:12:53 +0000
commit2438e9b170757f65c4425171839a5b543dfa8ed5 (patch)
tree678e98a482338d33e03ec27ee5d29260edd10b30
parentd9bf9d73203ff8a246f91f13ad298837093f1945 (diff)
downloadsrc-2438e9b170757f65c4425171839a5b543dfa8ed5.tar.gz
src-2438e9b170757f65c4425171839a5b543dfa8ed5.zip
amd64 acpi_wakeup.c: fix typo
Approved by: re (gjb) (cherry picked from commit ff6d60946a0e9e0ade3045b734ed4bea08e20938) (cherry picked from commit 107004380c895d7ccd438eaf98941f92b4aa54b9)
-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.
*/