Module Name: src
Committed By: jruoho
Date: Thu Oct 28 04:28:29 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_cpu.c
Log Message:
Fix a comment typo.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/acpi/acpi_cpu.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/dev/acpi/acpi_cpu.c
diff -u src/sys/dev/acpi/acpi_cpu.c:1.22 src/sys/dev/acpi/acpi_cpu.c:1.23
--- src/sys/dev/acpi/acpi_cpu.c:1.22 Fri Aug 27 03:05:26 2010
+++ src/sys/dev/acpi/acpi_cpu.c Thu Oct 28 04:28:29 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_cpu.c,v 1.22 2010/08/27 03:05:26 jruoho Exp $ */
+/* $NetBSD: acpi_cpu.c,v 1.23 2010/10/28 04:28:29 jruoho Exp $ */
/*-
* Copyright (c) 2010 Jukka Ruohonen <[email protected]>
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_cpu.c,v 1.22 2010/08/27 03:05:26 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_cpu.c,v 1.23 2010/10/28 04:28:29 jruoho Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
@@ -468,7 +468,7 @@
* bits cleared, but this is specified to
* vary on per-device basis. Assume that
* everything rather than nothing will be
- * supported in thise case; we do not need
+ * supported in this case; we do not need
* the firmware to know the CPU features.
*/
*val = (ptr[1] != 0) ? ptr[1] : cap[1];