diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
| commit | 7a2b450ff80ab154d0b85be54abb53e4cf2cae11 (patch) | |
| tree | de55b90adb7094bbce6ffde362ffde2c0815186f /sys/dev/cx | |
| parent | bbfdafe7a2745668373a5e0a2a7d68103a5c85be (diff) | |
Notes
Diffstat (limited to 'sys/dev/cx')
| -rw-r--r-- | sys/dev/cx/csigma.c | 2 | ||||
| -rw-r--r-- | sys/dev/cx/if_cx.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cx/csigma.c b/sys/dev/cx/csigma.c index e880b88cbef0..7be223997d06 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; diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c index ad8312cffc3a..2abc4531af87 100644 --- a/sys/dev/cx/if_cx.c +++ b/sys/dev/cx/if_cx.c @@ -1,7 +1,7 @@ /*- * Cronyx-Sigma adapter driver for FreeBSD. * Supports PPP/HDLC and Cisco/HDLC protocol in synchronous mode, - * and asyncronous channels with full modem control. + * and asynchronous channels with full modem control. * Keepalive protocol implemented in both Cisco and PPP modes. * * Copyright (C) 1994-2002 Cronyx Engineering. |
