summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-11-24 12:59:28 +0000
committerjmc <jmc@openbsd.org>2007-11-24 12:59:28 +0000
commitf7ab9cefff8338fda5e5e8a4834da07366ceb365 (patch)
treebef1a3cea93df7248d9620e088b2225d218a6604 /sys/dev/microcode
parentTry a forced unmount if mount_mfs is killed with SIGKILL. (diff)
downloadwireguard-openbsd-f7ab9cefff8338fda5e5e8a4834da07366ceb365.tar.xz
wireguard-openbsd-f7ab9cefff8338fda5e5e8a4834da07366ceb365.zip
some spelling fixes from Martynas Venckus
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/aic7xxx/aic79xx.seq6
-rw-r--r--sys/dev/microcode/aic7xxx/aic7xxx.seq6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.seq b/sys/dev/microcode/aic7xxx/aic79xx.seq
index f6cb527411c..232899c6ac7 100644
--- a/sys/dev/microcode/aic7xxx/aic79xx.seq
+++ b/sys/dev/microcode/aic7xxx/aic79xx.seq
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic79xx.seq,v 1.8 2007/05/26 00:36:03 krw Exp $ */
+/* $OpenBSD: aic79xx.seq,v 1.9 2007/11/24 12:59:28 jmc Exp $ */
/*
* Adaptec U320 device driver firmware for Linux and FreeBSD.
*
@@ -41,7 +41,7 @@
* $FreeBSD: src/sys/dev/aic7xxx/aic79xx.seq,v 1.17 2004/08/04 17:55:34 gibbs Exp $
*/
-VERSION = "$Id: aic79xx.seq,v 1.8 2007/05/26 00:36:03 krw Exp $"
+VERSION = "$Id: aic79xx.seq,v 1.9 2007/11/24 12:59:28 jmc Exp $"
PATCH_ARG_LIST = "struct ahd_softc *ahd"
PREFIX = "ahd_"
@@ -1522,7 +1522,7 @@ idle_sgfetch_okay:
idle_sgfetch_start:
/*
* 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 0bd3c8cd78e..8d3da492cf7 100644
--- a/sys/dev/microcode/aic7xxx/aic7xxx.seq
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic7xxx.seq,v 1.21 2007/05/26 00:36:03 krw Exp $ */
+/* $OpenBSD: aic7xxx.seq,v 1.22 2007/11/24 12:59:28 jmc Exp $ */
/*-
* Adaptec 274x/284x/294x device driver firmware for Linux and FreeBSD.
*
@@ -41,7 +41,7 @@
* $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.seq,v 1.128 2005/01/06 01:42:26 imp Exp $
*/
-VERSION = "$Id: aic7xxx.seq,v 1.21 2007/05/26 00:36:03 krw Exp $"
+VERSION = "$Id: aic7xxx.seq,v 1.22 2007/11/24 12:59:28 jmc Exp $"
PATCH_ARG_LIST = "struct ahc_softc *ahc"
PREFIX = "ahc_"
@@ -757,7 +757,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.