Module Name: src
Committed By: skrll
Date: Wed Nov 16 11:54:26 UTC 2022
Modified Files:
src/sys/arch/arm/acpi: acpi_platform.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/acpi/acpi_platform.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/acpi/acpi_platform.c
diff -u src/sys/arch/arm/acpi/acpi_platform.c:1.33 src/sys/arch/arm/acpi/acpi_platform.c:1.34
--- src/sys/arch/arm/acpi/acpi_platform.c:1.33 Tue Sep 6 11:55:51 2022
+++ src/sys/arch/arm/acpi/acpi_platform.c Wed Nov 16 11:54:26 2022
@@ -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 @@ acpi_platform_attach_uart(ACPI_TABLE_SPC
/*
* 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");