summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-12-07 22:13:56 +0000
committerandvar <andvar@NetBSD.org>2021-12-07 22:13:56 +0000
commitf4e9b8f0ce3d5718c1627e51f13e84b58f3fb4c0 (patch)
tree7c01cfb4ccc923f480280a3676fa6c76d020806f /sys/dev
parentf7674ed829783833d927e53380b5257aaa35242a (diff)
fix typos in word "instead", mainly in log messages.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/ixgbe/ixgbe.c6
-rw-r--r--sys/dev/sbus/sio16.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/ixgbe/ixgbe.c b/sys/dev/pci/ixgbe/ixgbe.c
index 60bdf18f0e6..7e6bdead5b2 100644
--- a/sys/dev/pci/ixgbe/ixgbe.c
+++ b/sys/dev/pci/ixgbe/ixgbe.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.c,v 1.294 2021/11/12 06:56:50 skrll Exp $ */
+/* $NetBSD: ixgbe.c,v 1.295 2021/12/07 22:13:56 andvar Exp $ */
/******************************************************************************
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.294 2021/11/12 06:56:50 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.295 2021/12/07 22:13:56 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -723,7 +723,7 @@ ixgbe_initialize_transmit_units(struct adapter *adapter)
/* Disable Head Writeback */
/*
* Note: for X550 series devices, these registers are actually
- * prefixed with TPH_ isntead of DCA_, but the addresses and
+ * prefixed with TPH_ instead of DCA_, but the addresses and
* fields remain the same.
*/
switch (hw->mac.type) {
diff --git a/sys/dev/sbus/sio16.c b/sys/dev/sbus/sio16.c
index 2038c5367aa..31550af6d23 100644
--- a/sys/dev/sbus/sio16.c
+++ b/sys/dev/sbus/sio16.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sio16.c,v 1.27 2021/08/07 16:19:15 thorpej Exp $ */
+/* $NetBSD: sio16.c,v 1.28 2021/12/07 22:13:56 andvar Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sio16.c,v 1.27 2021/08/07 16:19:15 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sio16.c,v 1.28 2021/12/07 22:13:56 andvar Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@@ -133,7 +133,7 @@ sio16_attach(device_t parent, device_t self, void *aux)
sc->sc_dev = self;
if (sa->sa_nreg != 4)
- panic("sio16_attach: got %d registers intead of 4",
+ panic("sio16_attach: got %d registers instead of 4",
sa->sa_nreg);
/* copy our bus tag, we will need it */