Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Fix a comment typo.
details: https://anonhg.NetBSD.org/src/rev/fc1d10bbe5b6
branches: trunk
changeset: 758237:fc1d10bbe5b6
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Oct 28 04:28:29 2010 +0000
description:
Fix a comment typo.
diffstat:
sys/dev/acpi/acpi_cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 94e2619e1a7d -r fc1d10bbe5b6 sys/dev/acpi/acpi_cpu.c
--- a/sys/dev/acpi/acpi_cpu.c Thu Oct 28 04:27:40 2010 +0000
+++ b/sys/dev/acpi/acpi_cpu.c Thu Oct 28 04:28:29 2010 +0000
@@ -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 <jruohonen%iki.fi@localhost>
@@ -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];
Home |
Main Index |
Thread Index |
Old Index