summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2007-01-07 12:10:18 +0000
committertsutsui <tsutsui@NetBSD.org>2007-01-07 12:10:18 +0000
commit990e13dfb36b90c93d260fe565cd70779602ff8c (patch)
treea164c32a631d3097d24643dbae3cb3d2b7a959f1 /sys/dev/ic
parent21b8eaae35b1b341b81332b7af5a23b8abfaac1b (diff)
Typo.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/nslm7x.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/nslm7x.c b/sys/dev/ic/nslm7x.c
index deadd8b40d0..136aeaca551 100644
--- a/sys/dev/ic/nslm7x.c
+++ b/sys/dev/ic/nslm7x.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nslm7x.c,v 1.27 2006/06/08 10:56:49 hannken Exp $ */
+/* $NetBSD: nslm7x.c,v 1.28 2007/01/07 12:10:18 tsutsui Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.27 2006/06/08 10:56:49 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.28 2007/01/07 12:10:18 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -353,7 +353,7 @@ wb_match(sc)
printf(": W83627THF\n");
break;
default:
- printf(": unknow winbond chip ID 0x%x\n", j);
+ printf(": unknown winbond chip ID 0x%x\n", j);
/* handle as a standart lm7x */
lm_common_match(sc);
return 1;