summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2006-01-12 20:03:15 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2006-01-12 20:03:15 +0000
commit8b668238c800a170742139942d8f4fb8e8b05aa1 (patch)
treefbc9c94bab577571ce9005a6b67370c7879c702a /sys
parentb5585aa735c01938a3abeb658bec22add1f2932e (diff)
Fix typo. Spotted by Oleg Safiullin.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/nslm7x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/nslm7x.c b/sys/dev/ic/nslm7x.c
index 2631efbb9a1..0398443c37e 100644
--- a/sys/dev/ic/nslm7x.c
+++ b/sys/dev/ic/nslm7x.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nslm7x.c,v 1.15 2006/01/09 20:40:19 kettenis Exp $ */
+/* $OpenBSD: nslm7x.c,v 1.16 2006/01/12 20:03:14 kettenis Exp $ */
/* $NetBSD: nslm7x.c,v 1.17 2002/11/15 14:55:41 ad Exp $ */
/*-
@@ -422,7 +422,7 @@ wb_match(struct lm_softc *sc)
lm_setup_sensors(sc, w83627hf_sensors);
break;
case WB_CHIPID_W83637HF:
- printf(": W83627HF\n");
+ printf(": W83637HF\n");
lm_setup_sensors(sc, w83637hf_sensors);
break;
case WB_CHIPID_W83697HF: