diff options
| author | andvar <andvar@NetBSD.org> | 2021-09-03 22:33:17 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-09-03 22:33:17 +0000 |
| commit | 499a667b59c8b9478112b80dca5cb769034d30ee (patch) | |
| tree | 50323b8b50ea774404516e11fa6c7d5e645e1efe /sys/dev | |
| parent | 96bece481b40677ced3223b110667a521749a516 (diff) | |
s/existant/existent/ in comments and messages, plus few more similar fixes.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx.seq | 4 | ||||
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic7xxx.seq | 4 | ||||
| -rw-r--r-- | sys/dev/pci/mly.c | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.seq b/sys/dev/microcode/aic7xxx/aic79xx.seq index d3243528f40..bd08cf5dee6 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.seq +++ b/sys/dev/microcode/aic7xxx/aic79xx.seq @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx.seq,v 1.12 2019/06/04 10:15:22 msaitoh Exp $ */ +/* $NetBSD: aic79xx.seq,v 1.13 2021/09/03 22:33:17 andvar Exp $ */ /* * Adaptec U320 device driver firmware for Linux and FreeBSD. @@ -1274,7 +1274,7 @@ service_fifo: /* * We fetch a "cacheline aligned" and sized amount of data - * so we don't end up referencing a non-existant page. + * so we don't end up referencing a non-existent page. * Cacheline aligned is in quotes because the kernel will * set the prefetch amount to a reasonable level if the * cacheline size is unknown. diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.seq b/sys/dev/microcode/aic7xxx/aic7xxx.seq index a0cb18fc3d4..580976e777a 100644 --- a/sys/dev/microcode/aic7xxx/aic7xxx.seq +++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq @@ -40,7 +40,7 @@ * $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.seq,v 1.123 2003/01/20 20:44:55 gibbs Exp $ */ -VERSION = "$NetBSD: aic7xxx.seq,v 1.20 2019/06/04 10:15:22 msaitoh Exp $" +VERSION = "$NetBSD: aic7xxx.seq,v 1.21 2021/09/03 22:33:17 andvar Exp $" PATCH_ARG_LIST = "struct ahc_softc *ahc" PREFIX = "ahc_" @@ -751,7 +751,7 @@ idle_loop: /* * We fetch a "cacheline aligned" and sized amount of data - * so we don't end up referencing a non-existant page. + * so we don't end up referencing a non-existent page. * Cacheline aligned is in quotes because the kernel will * set the prefetch amount to a reasonable level if the * cacheline size is unknown. diff --git a/sys/dev/pci/mly.c b/sys/dev/pci/mly.c index 50bb8f85a4f..f38de6ba334 100644 --- a/sys/dev/pci/mly.c +++ b/sys/dev/pci/mly.c @@ -1,4 +1,4 @@ -/* $NetBSD: mly.c,v 1.55 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: mly.c,v 1.56 2021/09/03 22:33:17 andvar Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mly.c,v 1.55 2021/08/07 16:19:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mly.c,v 1.56 2021/09/03 22:33:17 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -1826,7 +1826,7 @@ mly_scsipi_request(struct scsipi_channel *chan, scsipi_adapter_req_t req, splx(s); /* - * Check for I/O attempt to a protected or non-existant + * Check for I/O attempt to a protected or non-existent * device. */ if ((tmp & MLY_BTL_PROTECTED) != 0) { |
