summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-06-03 12:10:50 +0000
committerandvar <andvar@NetBSD.org>2022-06-03 12:10:50 +0000
commitade3caab97cc347497e58ba7d1e6930e22b1f54d (patch)
treecf36736cc91daa2906fd6ff8d5e1b1d1a61d4ec1 /sys/dev/ic
parenta2b1e4fe15d21a1dd2b10bc3329da453d7c8b26c (diff)
fix folloing->following typos in more files.
also s/begginning/beginning/.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/siop_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c
index 2ba30a7dc49..f2ee51b0515 100644
--- a/sys/dev/ic/siop_common.c
+++ b/sys/dev/ic/siop_common.c
@@ -1,4 +1,4 @@
-/* $NetBSD: siop_common.c,v 1.57 2022/05/23 19:21:30 andvar Exp $ */
+/* $NetBSD: siop_common.c,v 1.58 2022/06/03 12:10:51 andvar Exp $ */
/*
* Copyright (c) 2000, 2002 Manuel Bouyer.
@@ -28,7 +28,7 @@
/* SYM53c7/8xx PCI-SCSI I/O Processors driver */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.57 2022/05/23 19:21:30 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.58 2022/06/03 12:10:51 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -815,7 +815,7 @@ siop_sdp(struct siop_common_cmd *siop_cmd, int offset)
#endif
/*
* Save data pointer. We do this by adjusting the tables to point
- * at the begginning of the data not yet transferred.
+ * at the beginning of the data not yet transferred.
* offset points to the first table with untransferred data.
*/
@@ -869,7 +869,7 @@ siop_update_resid(struct siop_common_cmd *siop_cmd, int offset)
siop_ctoh32(sc, siop_cmd->siop_tables->data[i].count);
/*
* if CMDFL_RESID is set, the last table (pointed by offset) is a
- * partial transfers. If not, offset points to the entry folloing
+ * partial transfers. If not, offset points to the entry following
* the last full transfer.
*/
if (siop_cmd->flags & CMDFL_RESID) {