svn commit: r248554 - head/sys/dev/usb/controller

Hans Petter Selasky hselasky at FreeBSD.org
Wed Mar 20 11:51:27 UTC 2013


Author: hselasky
Date: Wed Mar 20 11:51:26 2013
New Revision: 248554
URL: http://svnweb.freebsd.org/changeset/base/248554

Log:
  Fix spelling.

Modified:
  head/sys/dev/usb/controller/xhci.c

Modified: head/sys/dev/usb/controller/xhci.c
==============================================================================
--- head/sys/dev/usb/controller/xhci.c	Wed Mar 20 10:36:38 2013	(r248553)
+++ head/sys/dev/usb/controller/xhci.c	Wed Mar 20 11:51:26 2013	(r248554)
@@ -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


More information about the svn-src-head mailing list