diff options
author | thomas <thomas@FreeBSD.org> | 2012-04-18 12:50:13 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2012-04-18 12:50:13 +0000 |
commit | 2a2a4b066899408016288adeb7cfea451d57e4f3 (patch) | |
tree | 362595582dcaec89c05654c5c6bd1d99c85694bf /sys/dev/usb | |
parent | a91354cc7e173e02ed7452d0ec84a125d3150b61 (diff) | |
download | FreeBSD-src-2a2a4b066899408016288adeb7cfea451d57e4f3.zip FreeBSD-src-2a2a4b066899408016288adeb7cfea451d57e4f3.tar.gz |
Fix typo in comment
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/serial/umodem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/serial/umodem.c b/sys/dev/usb/serial/umodem.c index 2da5c05..9155154 100644 --- a/sys/dev/usb/serial/umodem.c +++ b/sys/dev/usb/serial/umodem.c @@ -139,7 +139,7 @@ static const STRUCT_USB_HOST_ID umodem_devs[] = { }; /* - * As speeds for umodem deivces increase, these numbers will need to + * As speeds for umodem devices increase, these numbers will need to * be increased. They should be good for G3 speeds and below. * * TODO: The TTY buffers should be increased! |