Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 11:51:27 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248554 - head/sys/dev/usb/controller
Message-ID:  <201303201151.r2KBpRYm013498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303201151.r2KBpRYm013498>