PERFORCE change 152748 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Nov 10 08:03:30 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152748

Change 152748 by hselasky at hselasky_laptop001 on 2008/11/10 16:02:30

	
	Fix a typo.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/core/usb2_util.c#7 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/core/usb2_util.c#7 (text+ko) ====

@@ -89,7 +89,7 @@
 	}
 	uaa = device_get_ivars(dev);
 	if (uaa == NULL) {
-		/* can happend if called at the wrong time */
+		/* can happen if called at the wrong time */
 		return;
 	}
 	udev = uaa->device;


More information about the p4-projects mailing list