diff options
author | phk <phk@FreeBSD.org> | 2003-09-05 11:05:41 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-09-05 11:05:41 +0000 |
commit | 9df93ab51807da699e024bc98aa9521bd05fc8e2 (patch) | |
tree | 59b611dae711077baa10fe3972e92e9a6dacffbc | |
parent | c5dc1fb629b7196373ecfcd1f58c90dc99bc0f0c (diff) | |
download | FreeBSD-src-9df93ab51807da699e024bc98aa9521bd05fc8e2.zip FreeBSD-src-9df93ab51807da699e024bc98aa9521bd05fc8e2.tar.gz |
Be less confusing in a comment.
-rw-r--r-- | sys/dev/adlink/adlink.c | 2 |
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 */ |