summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/xhci.c
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2013-03-20 11:51:26 +0000
committerhselasky <hselasky@FreeBSD.org>2013-03-20 11:51:26 +0000
commit1ba62d29d15f003883f84f1d20496240d9eda819 (patch)
tree2af80e867cef1f666538a41f078e828c93bc566d /sys/dev/usb/controller/xhci.c
parentd50a0fe376234526284497deaba11cfcca6c3c35 (diff)
downloadFreeBSD-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.c3
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
OpenPOWER on IntegriCloud