Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/acpi typo in comment



details:   https://anonhg.NetBSD.org/src/rev/6d062d4114c7
branches:  trunk
changeset: 372333:6d062d4114c7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Nov 16 11:54:26 2022 +0000

description:
typo in comment

diffstat:

 sys/arch/arm/acpi/acpi_platform.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1a3c83d9eef4 -r 6d062d4114c7 sys/arch/arm/acpi/acpi_platform.c
--- a/sys/arch/arm/acpi/acpi_platform.c Tue Nov 15 22:17:53 2022 +0000
+++ b/sys/arch/arm/acpi/acpi_platform.c Wed Nov 16 11:54:26 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_platform.c,v 1.33 2022/09/06 11:55:51 skrll Exp $ */
+/* $NetBSD: acpi_platform.c,v 1.34 2022/11/16 11:54:26 skrll Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include "opt_multiprocessor.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_platform.c,v 1.33 2022/09/06 11:55:51 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_platform.c,v 1.34 2022/11/16 11:54:26 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -250,7 +250,7 @@
        /*
         * UEFI firmware may leave the console in an undesireable state (wrong
         * foreground/background colour, etc). Reset the terminal and clear
-        * text from the cursor to the end of the screne.
+        * text from the cursor to the end of the screen.
         */
         printf_flags(TOCONS|NOTSTAMP, "\033[0m");
         printf_flags(TOCONS|NOTSTAMP, "\033[0J");



Home | Main Index | Thread Index | Old Index