summaryrefslogtreecommitdiffstats
path: root/sys/dev/adlink
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-09-05 11:05:41 +0000
committerphk <phk@FreeBSD.org>2003-09-05 11:05:41 +0000
commit9df93ab51807da699e024bc98aa9521bd05fc8e2 (patch)
tree59b611dae711077baa10fe3972e92e9a6dacffbc /sys/dev/adlink
parentc5dc1fb629b7196373ecfcd1f58c90dc99bc0f0c (diff)
downloadFreeBSD-src-9df93ab51807da699e024bc98aa9521bd05fc8e2.zip
FreeBSD-src-9df93ab51807da699e024bc98aa9521bd05fc8e2.tar.gz
Be less confusing in a comment.
Diffstat (limited to 'sys/dev/adlink')
-rw-r--r--sys/dev/adlink/adlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/adlink/adlink.c b/sys/dev/adlink/adlink.c
index 1e27e6f..53c81de 100644
--- a/sys/dev/adlink/adlink.c
+++ b/sys/dev/adlink/adlink.c
@@ -274,7 +274,7 @@ adlink_open(dev_t dev, int oflags, int devtype, struct thread *td)
/* Sample CH0 only */
bus_space_write_4(sc->t1, sc->h1, 0x00, 1);
- /* Divide clock by ten */
+ /* Divide clock by four */
bus_space_write_4(sc->t1, sc->h1, 0x04, 4);
/* Software trigger mode: software */
OpenPOWER on IntegriCloud