summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-05-13 18:55:23 +0000
committerjmc <jmc@openbsd.org>2003-05-13 18:55:23 +0000
commit811dafa0580c6e78ceb756a81ddb89952a933e9e (patch)
tree74d2822be4d70f05697c22c753dcaf80d143851b
parent- it's no longer necessary for sparc64 users to build/install mksuncd as a (diff)
downloadwireguard-openbsd-811dafa0580c6e78ceb756a81ddb89952a933e9e.tar.xz
wireguard-openbsd-811dafa0580c6e78ceb756a81ddb89952a933e9e.zip
typos from Jean-Francois Brousseau;
-rw-r--r--sys/dev/pci/hifn7751var.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h
index 8224689a7fd..dbd2b029382 100644
--- a/sys/dev/pci/hifn7751var.h
+++ b/sys/dev/pci/hifn7751var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751var.h,v 1.48 2003/02/24 20:36:02 jason Exp $ */
+/* $OpenBSD: hifn7751var.h,v 1.49 2003/05/13 18:55:23 jmc Exp $ */
/*
* Invertex AEON / Hifn 7751 driver
@@ -76,7 +76,7 @@
*/
struct hifn_dma {
/*
- * Descriptor rings. We add +1 to the size to accomidate the
+ * Descriptor rings. We add +1 to the size to accommodate the
* jump descriptor.
*/
struct hifn_desc cmdr[HIFN_D_CMD_RSIZE+1];
@@ -198,7 +198,7 @@ struct hifn_softc {
*
* HIFN_CRYPT_3DES or HIFN_CRYPT_DES
*
- * To use authentication is used, a single MAC algorithm must be included:
+ * To use authentication, a single MAC algorithm must be included:
*
* HIFN_MAC_MD5 or HIFN_MAC_SHA1
*