Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2010 12:50:42 +0000 (UTC)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r207272 - stable/7/sys/dev/usb
Message-ID:  <201004271250.o3RCogn7012537@svn.freebsd.org>

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



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