Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2008 16:03:29 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 152748 for review
Message-ID:  <200811101603.mAAG3T64082696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152748

Change 152748 by hselasky@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;



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