summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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