From 1ba62d29d15f003883f84f1d20496240d9eda819 Mon Sep 17 00:00:00 2001 From: hselasky Date: Wed, 20 Mar 2013 11:51:26 +0000 Subject: Fix spelling. --- sys/dev/usb/controller/xhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/usb/controller/xhci.c') 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 -- cgit v1.1