diff options
author | eadler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
commit | 4f9ab6c5808469c9ba3259a28f51ce27809db72d (patch) | |
tree | de55b90adb7094bbce6ffde362ffde2c0815186f /sys/dev/cx/csigma.c | |
parent | 301528b1d3eaa9e833eb7096c798519ccd8b848a (diff) | |
download | FreeBSD-src-4f9ab6c5808469c9ba3259a28f51ce27809db72d.zip FreeBSD-src-4f9ab6c5808469c9ba3259a28f51ce27809db72d.tar.gz |
Fxi a bunch of typos.
PR: misc/174625
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Diffstat (limited to 'sys/dev/cx/csigma.c')
-rw-r--r-- | sys/dev/cx/csigma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cx/csigma.c b/sys/dev/cx/csigma.c index e880b88..7be2239 100644 --- a/sys/dev/cx/csigma.c +++ b/sys/dev/cx/csigma.c @@ -1168,7 +1168,7 @@ void cx_set_dtr (cx_chan_t *c, int on) switch (c->num) { default: - /* Channels 4..7 and 12..15 in syncronous mode + /* Channels 4..7 and 12..15 in synchronous mode * have no DTR signal. */ break; |