diff options
| author | andvar <andvar@NetBSD.org> | 2021-09-16 21:29:41 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-09-16 21:29:41 +0000 |
| commit | c1a030038a64b3d1ba3c13d28874a0768e186f7d (patch) | |
| tree | dda7e13d65209f0cb9da617c31b7cadeee1b8db5 /sys/dev/microcode | |
| parent | a4c377ebde4f244936ebf3e7a0024dd85829fcb3 (diff) | |
fix typos in word "successfully", mainly s/succesfully/successfully/.
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx.seq | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.seq b/sys/dev/microcode/aic7xxx/aic79xx.seq index bd08cf5dee6..c37b19972a3 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.seq +++ b/sys/dev/microcode/aic7xxx/aic79xx.seq @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx.seq,v 1.13 2021/09/03 22:33:17 andvar Exp $ */ +/* $NetBSD: aic79xx.seq,v 1.14 2021/09/16 21:29:41 andvar Exp $ */ /* * Adaptec U320 device driver firmware for Linux and FreeBSD. @@ -177,7 +177,7 @@ END_CRITICAL; scbdma_tohost_done: test CCSCBCTL, CCARREN jz fill_qoutfifo_dmadone; /* - * An SCB has been succesfully uploaded to the host. + * An SCB has been successfully uploaded to the host. * If the SCB was uploaded for some reason other than * bad SCSI status (currently only for underruns), we * queue the SCB for normal completion. Otherwise, we |
