diff options
| author | andvar <andvar@NetBSD.org> | 2021-07-24 21:31:31 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-07-24 21:31:31 +0000 |
| commit | 34d96f12a5fdba1d6c4bc8849a8a112061282bb9 (patch) | |
| tree | 95c5e86cc7cb63202b2510e8efd8af15569a3bb1 /sys/dev/microcode | |
| parent | d4e6d16e2580353b9afef55c3be37b7a2fdf1383 (diff) | |
Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files or typos.
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aicasm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/microcode/aic7xxx/aicasm.c b/sys/dev/microcode/aic7xxx/aicasm.c index 8f641ba9d66..4b533993ee2 100644 --- a/sys/dev/microcode/aic7xxx/aicasm.c +++ b/sys/dev/microcode/aic7xxx/aicasm.c @@ -1,4 +1,4 @@ -/* $NetBSD: aicasm.c,v 1.10 2020/06/27 17:07:49 jdolecek Exp $ */ +/* $NetBSD: aicasm.c,v 1.11 2021/07/24 21:31:37 andvar Exp $ */ /* * Aic7xxx SCSI host adapter firmware asssembler @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: aicasm.c,v 1.10 2020/06/27 17:07:49 jdolecek Exp $"); +__RCSID("$NetBSD: aicasm.c,v 1.11 2021/07/24 21:31:37 andvar Exp $"); #include <sys/types.h> #include <sys/mman.h> @@ -667,7 +667,7 @@ check_patch(patch_t **start_patch, int start_instr, cur_patch = STAILQ_NEXT(cur_patch, links); } else { /* Accepted this patch. Advance to the next - * one and wait for our intruction pointer to + * one and wait for our instruction pointer to * hit this point. */ cur_patch = STAILQ_NEXT(cur_patch, links); |
