svn commit: r207272 - stable/7/sys/dev/usb

Nick Hibma n_hibma at FreeBSD.org
Tue Apr 27 12:50:43 UTC 2010


Author: n_hibma
Date: Tue Apr 27 12:50:42 2010
New Revision: 207272
URL: http://svn.freebsd.org/changeset/base/207272

Log:
  Typo in comment.

Modified:
  stable/7/sys/dev/usb/uhub.c

Modified: stable/7/sys/dev/usb/uhub.c
==============================================================================
--- stable/7/sys/dev/usb/uhub.c	Tue Apr 27 10:50:09 2010	(r207271)
+++ stable/7/sys/dev/usb/uhub.c	Tue Apr 27 12:50:42 2010	(r207272)
@@ -435,7 +435,7 @@ uhub_explore(usbd_device_handle dev)
 #if 0 && defined(DIAGNOSTIC)
 			if (up->device == NULL &&
 			    (status & UPS_CURRENT_CONNECT_STATUS))
-				deivce_printf(sc->sc_dev,
+				device_printf(sc->sc_dev,
 				    "connected, no device\n");
 #endif
 			continue;


More information about the svn-src-all mailing list