summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2016-12-12 15:58:44 +0000
committermaya <maya@NetBSD.org>2016-12-12 15:58:44 +0000
commit5bf26296a79b1aa8a748475e85a47abacb7bc766 (patch)
treea104daab565d6e8cbe1265b39c0b40ac7baa5986 /sys/dev
parent3621f9080c781ad32249b7418be76283e5be07d2 (diff)
acknowleg -> acknowledg, proceedure -> procedure.
only comments were changed. from miod
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/i2c/hytp14reg.h6
-rw-r--r--sys/dev/microcode/siop/osiop.ss4
-rw-r--r--sys/dev/qbus/if_qt.c6
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/i2c/hytp14reg.h b/sys/dev/i2c/hytp14reg.h
index c6553beccbf..8a4f2d760f8 100644
--- a/sys/dev/i2c/hytp14reg.h
+++ b/sys/dev/i2c/hytp14reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hytp14reg.h,v 1.2 2014/06/29 09:06:05 kardel Exp $ */
+/* $NetBSD: hytp14reg.h,v 1.3 2016/12/12 15:58:44 maya Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -68,8 +68,8 @@
#define HYTP14_RESP_MASK 0x03
#define HYTP14_RESP_BUSY 0x00 /* device is busy */
-#define HYTP14_RESP_ACK 0x01 /* positive acknowlege */
-#define HYTP14_RESP_NACK 0x02 /* negative acknowlege */
+#define HYTP14_RESP_ACK 0x01 /* positive acknowledge */
+#define HYTP14_RESP_NACK 0x02 /* negative acknowledge */
#define HYTP14_ST_CMDMODE 0x8000 /* command mode */
#define HYTP14_ST_STALE 0x4000 /* stale measurement data */
diff --git a/sys/dev/microcode/siop/osiop.ss b/sys/dev/microcode/siop/osiop.ss
index 2112bfeb0de..e2edb22da7b 100644
--- a/sys/dev/microcode/siop/osiop.ss
+++ b/sys/dev/microcode/siop/osiop.ss
@@ -1,4 +1,4 @@
-; $NetBSD: osiop.ss,v 1.2 2009/10/21 23:53:38 snj Exp $
+; $NetBSD: osiop.ss,v 1.3 2016/12/12 15:58:44 maya Exp $
;
; Copyright (c) 1995 Michael L. Hitch
@@ -150,7 +150,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:
diff --git a/sys/dev/qbus/if_qt.c b/sys/dev/qbus/if_qt.c
index 3b9fb1a4a8b..41833df7286 100644
--- a/sys/dev/qbus/if_qt.c
+++ b/sys/dev/qbus/if_qt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_qt.c,v 1.19 2016/02/09 08:32:11 ozaki-r Exp $ */
+/* $NetBSD: if_qt.c,v 1.20 2016/12/12 15:58:44 maya Exp $ */
/*
* Copyright (c) 1992 Steven M. Schultz
* All rights reserved.
@@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_qt.c,v 1.19 2016/02/09 08:32:11 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_qt.c,v 1.20 2016/12/12 15:58:44 maya Exp $");
#include "opt_inet.h"
@@ -369,7 +369,7 @@ qtinit(struct ifnet *ifp)
/*
* Fill in most of the INIT block: vector, options (interrupt enable), ring
* locations. The physical address is copied from the ROMs as part of the
- * -YM testing proceedure. The CSR is saved here rather than in qtinit()
+ * -YM testing procedure. The CSR is saved here rather than in qtinit()
* because the qtturbo() routine needs it.
*
* The INIT block must be quadword aligned. Using malloc() guarantees click