Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2011 00:29:35 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r223455 - stable/8/sys/dev/atkbdc
Message-ID:  <201106230029.p5N0TZ65075363@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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