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/cp/if_cp.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/cp/if_cp.c')
-rw-r--r-- | sys/dev/cp/if_cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cp/if_cp.c b/sys/dev/cp/if_cp.c index 299a51c..e5f86b1 100644 --- a/sys/dev/cp/if_cp.c +++ b/sys/dev/cp/if_cp.c @@ -1,7 +1,7 @@ /*- * Cronyx-Tau-PCI adapter driver for FreeBSD. * Supports PPP/HDLC, Cisco/HDLC and FrameRelay 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) 1999-2004 Cronyx Engineering. |