Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2011 16:42:20 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223341 - head/sys/dev/atkbdc
Message-ID:  <201106201642.p5KGgKww057616@svn.freebsd.org>

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



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