summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-04-07 19:33:37 +0000
committerandvar <andvar@NetBSD.org>2022-04-07 19:33:37 +0000
commit778f560056052e20dd2d2ef0679d8ff3697f63f2 (patch)
treed5a0f1b4ccf9762e556f18e48607f2273edaabff /sys/dev
parent84bd4a6ef9a5029252546a8bad700318a89cc05b (diff)
fix various typos in comments.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hdaudio/hdaudio.c6
-rw-r--r--sys/dev/ic/aic79xx.c6
-rw-r--r--sys/dev/mscp/mscp_subr.c6
-rw-r--r--sys/dev/pci/if_bge.c6
4 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/hdaudio/hdaudio.c b/sys/dev/hdaudio/hdaudio.c
index 136dd73a464..4f5f88a8a83 100644
--- a/sys/dev/hdaudio/hdaudio.c
+++ b/sys/dev/hdaudio/hdaudio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hdaudio.c,v 1.17 2022/03/28 12:33:21 riastradh Exp $ */
+/* $NetBSD: hdaudio.c,v 1.18 2022/04/07 19:33:37 andvar Exp $ */
/*
* Copyright (c) 2009 Precedence Technologies Ltd <support@precedence.co.uk>
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdaudio.c,v 1.17 2022/03/28 12:33:21 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdaudio.c,v 1.18 2022/04/07 19:33:37 andvar Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -1079,7 +1079,7 @@ hdaudio_stream_disestablish(struct hdaudio_stream *st)
}
/*
- * Convert most of audio_params_t to stream fmt descriptor; noticably missing
+ * Convert most of audio_params_t to stream fmt descriptor; noticeably missing
* is the # channels bits, as this is encoded differently in codec and
* stream descriptors.
*
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c
index 654e20b2ea3..f695daf5afb 100644
--- a/sys/dev/ic/aic79xx.c
+++ b/sys/dev/ic/aic79xx.c
@@ -1,4 +1,4 @@
-/* $NetBSD: aic79xx.c,v 1.64 2022/03/08 20:45:56 andvar Exp $ */
+/* $NetBSD: aic79xx.c,v 1.65 2022/04/07 19:33:37 andvar Exp $ */
/*
* Core routines and tables shareable across OS platforms.
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.64 2022/03/08 20:45:56 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.65 2022/04/07 19:33:37 andvar Exp $");
#include <dev/ic/aic79xx_osm.h>
#include <dev/ic/aic79xx_inline.h>
@@ -2579,7 +2579,7 @@ ahd_clear_critical_section(struct ahd_softc *ahd)
ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP);
ahd_outb(ahd, SIMODE1, simode1);
/*
- * SCSIINT seems to glitch occassionally when
+ * SCSIINT seems to glitch occasionally when
* the interrupt masks are restored. Clear SCSIINT
* one more time so that only persistent errors
* are seen as a real interrupt.
diff --git a/sys/dev/mscp/mscp_subr.c b/sys/dev/mscp/mscp_subr.c
index 526f49ca3ff..70218c7d8df 100644
--- a/sys/dev/mscp/mscp_subr.c
+++ b/sys/dev/mscp/mscp_subr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mscp_subr.c,v 1.47 2017/06/01 02:45:10 chs Exp $ */
+/* $NetBSD: mscp_subr.c,v 1.48 2022/04/07 19:33:38 andvar Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@@ -75,7 +75,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mscp_subr.c,v 1.47 2017/06/01 02:45:10 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mscp_subr.c,v 1.48 2022/04/07 19:33:38 andvar Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -326,7 +326,7 @@ mscp_attach(device_t parent, device_t self, void *aux)
/*
* The drive is not spun up. Use it anyway.
*
- * N.B.: this seems to be a common occurrance
+ * N.B.: this seems to be a common occurrence
* after a power failure. The first attempt
* to bring it on line seems to spin it up
* (and thus takes several minutes). Perhaps
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index dc2a0797ee0..78ebb6f3734 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bge.c,v 1.351 2022/01/22 19:01:56 martin Exp $ */
+/* $NetBSD: if_bge.c,v 1.352 2022/04/07 19:33:38 andvar Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.351 2022/01/22 19:01:56 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.352 2022/04/07 19:33:38 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1257,7 +1257,7 @@ bge_set_thresh(struct ifnet *ifp, int lvl)
/* For now, just save the new Rx-intr thresholds and record
* that a threshold update is pending. Updating the hardware
* registers here (even at splhigh()) is observed to
- * occasionaly cause glitches where Rx-interrupts are not
+ * occasionally cause glitches where Rx-interrupts are not
* honoured for up to 10 seconds. jonathan@NetBSD.org, 2003-04-05
*/
s = splnet();