Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 07:19:19 +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: r263262 - head/sys/dev/usb/input
Message-ID:  <201403170719.s2H7JJFC012562@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon Mar 17 07:19:19 2014
New Revision: 263262
URL: http://svnweb.freebsd.org/changeset/base/263262

Log:
  Fix spelling.
  
  Reported by:	Kevin P. Neal <kpneal@pobox.com>

Modified:
  head/sys/dev/usb/input/ukbd.c

Modified: head/sys/dev/usb/input/ukbd.c
==============================================================================
--- head/sys/dev/usb/input/ukbd.c	Mon Mar 17 06:38:40 2014	(r263261)
+++ head/sys/dev/usb/input/ukbd.c	Mon Mar 17 07:19:19 2014	(r263262)
@@ -1909,7 +1909,7 @@ ukbd_ioctl(keyboard_t *kbd, u_long cmd, 
 	int result;
 
 	/*
-	 * XXX Check of someone is calling us from a critical section:
+	 * XXX Check if someone is calling us from a critical section:
 	 */
 	if (curthread->td_critnest != 0)
 		return (EDEADLK);



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