summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/lpt_isa.c4
-rw-r--r--sys/dev/usb/if_axe.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/lpt_isa.c b/sys/dev/isa/lpt_isa.c
index 0d7a1b8689b..5248c70d243 100644
--- a/sys/dev/isa/lpt_isa.c
+++ b/sys/dev/isa/lpt_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lpt_isa.c,v 1.12 2002/03/14 01:26:56 millert Exp $ */
+/* $OpenBSD: lpt_isa.c,v 1.13 2011/09/16 17:20:07 miod Exp $ */
/*
* Copyright (c) 1993, 1994 Charles Hannum.
@@ -79,7 +79,7 @@ struct cfattach lpt_isa_ca = {
*
* 2) You should be able to write to and read back the same value
* to the control port lower 5 bits, the upper 3 bits are reserved
- * per the IBM PC technical reference manauls and different boards
+ * per the IBM PC technical reference manuals and different boards
* do different things with them. Do an alternating zeros, alternating
* ones, walking zero, and walking one test to check for stuck bits.
*
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c
index bf5287d2847..2829a5eb175 100644
--- a/sys/dev/usb/if_axe.c
+++ b/sys/dev/usb/if_axe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_axe.c,v 1.106 2011/07/03 15:47:17 matthew Exp $ */
+/* $OpenBSD: if_axe.c,v 1.107 2011/09/16 17:20:07 miod Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@openbsd.org>
@@ -78,7 +78,7 @@
* to send any packets.
*
* Note that this device appears to only support loading the station
- * address via autload from the EEPROM (i.e. there's no way to manaully
+ * address via autoload from the EEPROM (i.e. there's no way to manually
* set it).
*
* (Adam Weinberger wanted me to name this driver if_gir.c.)