svn commit: r309211 - head/sys/dev/usb

Hans Petter Selasky hselasky at FreeBSD.org
Sun Nov 27 12:04:56 UTC 2016


Author: hselasky
Date: Sun Nov 27 12:04:54 2016
New Revision: 309211
URL: https://svnweb.freebsd.org/changeset/base/309211

Log:
  Fix spelling.

Modified:
  head/sys/dev/usb/usb_process.c

Modified: head/sys/dev/usb/usb_process.c
==============================================================================
--- head/sys/dev/usb/usb_process.c	Sun Nov 27 12:03:34 2016	(r309210)
+++ head/sys/dev/usb/usb_process.c	Sun Nov 27 12:04:54 2016	(r309211)
@@ -184,7 +184,7 @@ usb_process(void *arg)
 
 			continue;
 		}
-		/* end if messages - check if anyone is waiting for sync */
+		/* end of messages - check if anyone is waiting for sync */
 		if (up->up_dsleep) {
 			up->up_dsleep = 0;
 			cv_broadcast(&up->up_drain);


More information about the svn-src-head mailing list