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 <kpn...@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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to