diff options
author | hselasky <hselasky@FreeBSD.org> | 2013-03-20 11:51:26 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2013-03-20 11:51:26 +0000 |
commit | 1ba62d29d15f003883f84f1d20496240d9eda819 (patch) | |
tree | 2af80e867cef1f666538a41f078e828c93bc566d /sys/dev/usb/controller/xhci.c | |
parent | d50a0fe376234526284497deaba11cfcca6c3c35 (diff) | |
download | FreeBSD-src-1ba62d29d15f003883f84f1d20496240d9eda819.zip FreeBSD-src-1ba62d29d15f003883f84f1d20496240d9eda819.tar.gz |
Fix spelling.
Diffstat (limited to 'sys/dev/usb/controller/xhci.c')
-rw-r--r-- | sys/dev/usb/controller/xhci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/xhci.c b/sys/dev/usb/controller/xhci.c index 9f84b39..2ab5279 100644 --- a/sys/dev/usb/controller/xhci.c +++ b/sys/dev/usb/controller/xhci.c @@ -36,7 +36,8 @@ /* * A few words about the design implementation: This driver emulates * the concept about TDs which is found in EHCI specification. This - * way we avoid too much diveration among USB drivers. + * way we achieve that the USB controller drivers look similar to + * eachother which makes it easier to understand the code. */ #ifdef USB_GLOBAL_INCLUDE_FILE |