summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbalmer <mbalmer@openbsd.org>2006-06-12 09:51:09 +0000
committermbalmer <mbalmer@openbsd.org>2006-06-12 09:51:09 +0000
commit3ad136efdba65e829a55d899a155795ea214a258 (patch)
tree02a4cadf6a47bbb78968c8c9dd09aedc6d6f78ed
parent- add the sppp options to pppoe's synopsis (diff)
downloadwireguard-openbsd-3ad136efdba65e829a55d899a155795ea214a258.tar.xz
wireguard-openbsd-3ad136efdba65e829a55d899a155795ea214a258.zip
Typos in comments.
-rw-r--r--sys/dev/usb/udcf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/udcf.c b/sys/dev/usb/udcf.c
index eb80747da22..20ac0296f2a 100644
--- a/sys/dev/usb/udcf.c
+++ b/sys/dev/usb/udcf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udcf.c,v 1.11 2006/06/05 10:06:12 mbalmer Exp $ */
+/* $OpenBSD: udcf.c,v 1.12 2006/06/12 09:51:09 mbalmer Exp $ */
/*
* Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org>
@@ -386,7 +386,7 @@ udcf_probe(void *xsc)
if (sc->sc_sensor.status == SENSOR_S_UNKNOWN)
sc->sc_clocktype = -1;
} else {
- /* provide the time delta */
+ /* provide the timedelta */
microtime(&sc->sc_sensor.tv);
nanotime(&now);
@@ -585,7 +585,7 @@ udcf_sl_probe(void *xsc)
timeout_add(&sc->sc_sl_to, t6);
}
-/* invalidate time delta */
+/* invalidate timedelta */
void
udcf_it_probe(void *xsc)
{