diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/aacvar.h | 4 | ||||
-rw-r--r-- | sys/dev/isa/aha.c | 4 | ||||
-rw-r--r-- | sys/dev/microcode/siop/osiop.ss | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ic/aacvar.h b/sys/dev/ic/aacvar.h index 9a2c1986f08..dcaf6a90a5e 100644 --- a/sys/dev/ic/aacvar.h +++ b/sys/dev/ic/aacvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aacvar.h,v 1.8 2009/02/16 21:19:06 miod Exp $ */ +/* $OpenBSD: aacvar.h,v 1.9 2013/01/06 22:06:54 martynas Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -38,7 +38,7 @@ * - Niklas Hallqvist */ -/* compatability */ +/* compatibility */ #define time_second (mono_time.tv_sec) /* Debugging */ diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c index f35e592716d..f447248c45c 100644 --- a/sys/dev/isa/aha.c +++ b/sys/dev/isa/aha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha.c,v 1.74 2011/04/07 13:27:48 krw Exp $ */ +/* $OpenBSD: aha.c,v 1.75 2013/01/06 22:06:54 martynas Exp $ */ /* $NetBSD: aha.c,v 1.11 1996/05/12 23:51:23 mycroft Exp $ */ #undef AHADIAG @@ -518,7 +518,7 @@ ahaintr(arg) #endif /*AHADEBUG */ /* - * First acknowlege the interrupt, Then if it's not telling about + * First acknowledge the interrupt, Then if it's not telling about * a completed operation just return. */ sts = inb(iobase + AHA_INTR_PORT); diff --git a/sys/dev/microcode/siop/osiop.ss b/sys/dev/microcode/siop/osiop.ss index 5c6511bcd5b..4978bb98405 100644 --- a/sys/dev/microcode/siop/osiop.ss +++ b/sys/dev/microcode/siop/osiop.ss @@ -1,4 +1,4 @@ -; $OpenBSD: osiop.ss,v 1.1 2003/01/08 02:11:38 krw Exp $ +; $OpenBSD: osiop.ss,v 1.2 2013/01/06 22:06:54 martynas Exp $ ; $NetBSD: osiop.ss,v 1.1 2001/04/30 04:47:51 tsutsui Exp $ ; @@ -156,7 +156,7 @@ wait_reselect: INT int_identify, WHEN NOT MSG_IN MOVE FROM ds_Msg, WHEN MSG_IN INT int_reconnect ; let host know about reconnect - CLEAR ACK ; acknowlege the message + CLEAR ACK ; acknowledge the message JUMP REL(switch) select_adr: |