svn commit: r223341 - head/sys/dev/atkbdc

Xin LI delphij at FreeBSD.org
Mon Jun 20 16:42:20 UTC 2011


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


More information about the svn-src-all mailing list