Date: Sun, 27 Nov 2016 12:04:54 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309211 - head/sys/dev/usb Message-ID: <201611271204.uARC4sHI068396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611271204.uARC4sHI068396>