summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/owsbm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/onewire/owsbm.c')
-rw-r--r--sys/dev/onewire/owsbm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/onewire/owsbm.c b/sys/dev/onewire/owsbm.c
index 3fb4faf54b4..ee9cd555e78 100644
--- a/sys/dev/onewire/owsbm.c
+++ b/sys/dev/onewire/owsbm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: owsbm.c,v 1.5 2008/10/25 00:27:09 deraadt Exp $ */
+/* $OpenBSD: owsbm.c,v 1.6 2009/01/26 15:07:49 kettenis Exp $ */
/*
* Copyright (c) 2007 Aaron Linville <aaron@linville.org>
@@ -138,7 +138,7 @@ owsbm_attach(struct device *parent, struct device *self, void *aux)
sc->sc_sensortask = sensor_task_register(sc, owsbm_update, 10);
if (sc->sc_sensortask == NULL) {
- printf(": unable to register owsbm update task\n");
+ printf(": unable to register update task\n");
return;
}