summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751var.h
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-13 18:55:24 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-13 18:55:24 +0000
commitc3a2ea6375f0d0ee0c89205c8a439794258d88bd (patch)
tree94c4e144f2fe16fb7b70a0b036b4abea50446496 /sys/dev/pci/hifn7751var.h
parente716f1937eefd9b8b828878432c8e7d4dc2e0057 (diff)
typos from Jean-Francois Brousseau;
Diffstat (limited to 'sys/dev/pci/hifn7751var.h')
-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
*