Author: delphij
Date: Mon Jun 20 16:42:20 2011
New Revision: 223341
URL: http://svn.freebsd.org/changeset/base/223341

Log:
  Correct a typo.
  
  Submitted by: Fabian Keil <fk fabiankeil de>
  MFC after:    3 days

Modified:
  head/sys/dev/atkbdc/atkbd.c

Modified: head/sys/dev/atkbdc/atkbd.c
==============================================================================
--- head/sys/dev/atkbdc/atkbd.c Mon Jun 20 15:22:47 2011        (r223340)
+++ head/sys/dev/atkbdc/atkbd.c Mon Jun 20 16:42:20 2011        (r223341)
@@ -1100,7 +1100,7 @@ get_typematic(keyboard_t *kbd)
        /*
         * Traditional entry points of int 0x15 and 0x16 are fixed
         * and later BIOSes follow them.  (U)EFI CSM specification
-        * also mandate these fixed entry points.
+        * also mandates these fixed entry points.
         *
         * Validate the entry points here before we proceed further.
         * It's known that some recent laptops does not have the
_______________________________________________
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