summaryrefslogtreecommitdiff
path: root/sys/dev/qbus
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-04-17 21:24:52 +0000
committerandvar <andvar@NetBSD.org>2022-04-17 21:24:52 +0000
commitbcbc1fcf66293d2ccf37cd6aa1b1121562b28133 (patch)
tree1d7ff8bc0c5a6697fde4a9f3f63c3aebf0ca396e /sys/dev/qbus
parent68ab89ee24c9efdbf0f7c6a3be221bef68475f6e (diff)
fix various typos in comments.
Diffstat (limited to 'sys/dev/qbus')
-rw-r--r--sys/dev/qbus/ts.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/qbus/ts.c b/sys/dev/qbus/ts.c
index 44a50ba4553..558e75b3226 100644
--- a/sys/dev/qbus/ts.c
+++ b/sys/dev/qbus/ts.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ts.c,v 1.35 2022/02/12 02:40:20 riastradh Exp $ */
+/* $NetBSD: ts.c,v 1.36 2022/04/17 21:24:53 andvar Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ts.c,v 1.35 2022/02/12 02:40:20 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ts.c,v 1.36 2022/04/17 21:24:53 andvar Exp $");
#undef TSDEBUG
@@ -368,7 +368,7 @@ tscommand(struct ts_softc *sc, dev_t dev, int cmd, int count)
/*
* Load the buffer. The b_count field gets used to hold the command
- * count. the b_resid field gets used to hold the command mneumonic.
+ * count. the b_resid field gets used to hold the command mnemonic.
* These 2 fields are "known" to be "safe" to use for this purpose.
* (Most other drivers also use these fields in this way.)
*/
@@ -639,7 +639,7 @@ tsintr(void *arg)
case TS_TC_NORM:
/*
* Normal termination -- The operation is completed
- * witout incident.
+ * without incident.
*/
if (sc->sc_state == TS_FASTREPOS) {
#ifdef TSDEBUG