summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-06-20 16:42:20 +0000
committerdelphij <delphij@FreeBSD.org>2011-06-20 16:42:20 +0000
commit923b3b3fa29752350d77364fcfaa29b6b241c0aa (patch)
tree135ff1f0d1b03de13ce9bf42b2e342aee44c8ffb
parentaf386cd786d8211a7f318adb46f95e81139ec22d (diff)
downloadFreeBSD-src-923b3b3fa29752350d77364fcfaa29b6b241c0aa.zip
FreeBSD-src-923b3b3fa29752350d77364fcfaa29b6b241c0aa.tar.gz
Correct a typo.
Submitted by: Fabian Keil <fk fabiankeil de> MFC after: 3 days
-rw-r--r--sys/dev/atkbdc/atkbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c
index c48118c..f2f5d74 100644
--- a/sys/dev/atkbdc/atkbd.c
+++ b/sys/dev/atkbdc/atkbd.c
@@ -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
OpenPOWER on IntegriCloud