summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-24 23:10:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-24 23:10:56 +0000
commit66803073d92376afd92769c3578f50e2aa5efc26 (patch)
treece2f2da1e528dc427c51355bca9f6847d7904048 /sys
parent5083c053e699d8e440ee99ec7be3bd24741dd83e (diff)
bad message
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/i2c/adm1021.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/adm1021.c b/sys/dev/i2c/adm1021.c
index 5c3a95391db..502bf830ecc 100644
--- a/sys/dev/i2c/adm1021.c
+++ b/sys/dev/i2c/adm1021.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adm1021.c,v 1.5 2005/12/24 23:09:19 deraadt Exp $ */
+/* $OpenBSD: adm1021.c,v 1.6 2005/12/24 23:10:55 deraadt Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -90,7 +90,7 @@ admtemp_attach(struct device *parent, struct device *self, void *aux)
sc->sc_addr = ia->ia_addr;
if (ia->ia_name && strcmp(ia->ia_name, "xeon") == 0) {
- printf(": Xeon\n");
+ printf(": Xeon");
sc->sc_xeon = 1;
}