diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-02 17:44:03 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-02 17:44:03 +0000 |
commit | 57a0ef83ece3439b0c3728418ba99fca6d994cb4 (patch) | |
tree | 9305b081ade7f0a755e9f99f1b7daf8e424962df /sys/dev/usb/controller/at91dci.c | |
parent | 6ce01c2d90ee54ebc392d273c0f3e9d7af3a11b7 (diff) | |
download | FreeBSD-src-57a0ef83ece3439b0c3728418ba99fca6d994cb4.zip FreeBSD-src-57a0ef83ece3439b0c3728418ba99fca6d994cb4.tar.gz |
dev/usb: minor spelling fixes in comments.
No functional change.
Reviewed by: hselasky
Diffstat (limited to 'sys/dev/usb/controller/at91dci.c')
-rw-r--r-- | sys/dev/usb/controller/at91dci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/at91dci.c b/sys/dev/usb/controller/at91dci.c index 69ecffb..169595c 100644 --- a/sys/dev/usb/controller/at91dci.c +++ b/sys/dev/usb/controller/at91dci.c @@ -1330,7 +1330,7 @@ at91dci_clear_stall_sub(struct at91dci_softc *sc, uint8_t ep_no, /* * NOTE: One would assume that a FIFO reset would release the - * FIFO banks aswell, but it doesn't! We have to do this + * FIFO banks as well, but it doesn't! We have to do this * manually! */ |