svn commit: r223455 - stable/8/sys/dev/atkbdc

Xin LI delphij at FreeBSD.org
Thu Jun 23 00:29:36 UTC 2011


Author: delphij
Date: Thu Jun 23 00:29:35 2011
New Revision: 223455
URL: http://svn.freebsd.org/changeset/base/223455

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

Modified:
  stable/8/sys/dev/atkbdc/atkbd.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/dev/atkbdc/atkbd.c
==============================================================================
--- stable/8/sys/dev/atkbdc/atkbd.c	Thu Jun 23 00:27:45 2011	(r223454)
+++ stable/8/sys/dev/atkbdc/atkbd.c	Thu Jun 23 00:29:35 2011	(r223455)
@@ -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-stable-8 mailing list