summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2009-02-08 23:57:09 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2009-02-08 23:57:09 +0000
commit9d3139f1dcb65019336f868e270bf5ba9fb97657 (patch)
treec5c7ef0d66988f7847ce7184965a423095aea142 /usr.sbin/ntpd
parente0dd1d980245f2ee6af5e0323db7826d7b9fc6f4 (diff)
spelling in comment
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r--usr.sbin/ntpd/sensors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/sensors.c b/usr.sbin/ntpd/sensors.c
index 977032ef573..4daa5de3a84 100644
--- a/usr.sbin/ntpd/sensors.c
+++ b/usr.sbin/ntpd/sensors.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sensors.c,v 1.42 2009/01/27 15:21:20 stevesk Exp $ */
+/* $OpenBSD: sensors.c,v 1.43 2009/02/08 23:57:08 stevesk Exp $ */
/*
* Copyright (c) 2006 Henning Brauer <henning@openbsd.org>
@@ -104,7 +104,7 @@ sensor_add(int sensordev, char *dxname)
struct ntp_sensor *s;
struct ntp_conf_sensor *cs;
- /* check wether it is already there */
+ /* check whether it is already there */
TAILQ_FOREACH(s, &conf->ntp_sensors, entry)
if (!strcmp(s->device, dxname))
return;