summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:29:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:29:12 +0000
commit8727b7c08864692c23d9230efd7281a0f85e6a85 (patch)
tree7ed80ea0495c19f5a616a2778e2469863c7bdd8b /sys/dev/pci
parent75071a4ab7a71ae292ece7130a46bf54ca120229 (diff)
typos from alexey dobriyan;
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/musyccvar.h4
-rw-r--r--sys/dev/pci/safe.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/musyccvar.h b/sys/dev/pci/musyccvar.h
index 8325bedaa95..305fedbf89f 100644
--- a/sys/dev/pci/musyccvar.h
+++ b/sys/dev/pci/musyccvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: musyccvar.h,v 1.8 2005/10/26 09:26:56 claudio Exp $ */
+/* $OpenBSD: musyccvar.h,v 1.9 2006/02/06 17:29:11 jmc Exp $ */
/*
* Copyright (c) 2004,2005 Internet Business Solutions AG, Zurich, Switzerland
@@ -49,7 +49,7 @@ struct dma_desc {
bus_dmamap_t map;
};
-#define MUSYCC_INTLEN 512 /* 512 pending interrups is enough */
+#define MUSYCC_INTLEN 512 /* 512 pending interrupts is enough */
struct musycc_intdesc {
u_int32_t md_intrq[MUSYCC_INTLEN];
};
diff --git a/sys/dev/pci/safe.c b/sys/dev/pci/safe.c
index 615cb4c4ae6..51e288b7096 100644
--- a/sys/dev/pci/safe.c
+++ b/sys/dev/pci/safe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: safe.c,v 1.17 2005/12/17 17:42:56 krw Exp $ */
+/* $OpenBSD: safe.c,v 1.18 2006/02/06 17:29:11 jmc Exp $ */
/*-
* Copyright (c) 2003 Sam Leffler, Errno Consulting
@@ -744,7 +744,7 @@ safe_process(struct cryptop *crp)
* an error. Note that uio requests
* > SAFE_MAX_DSIZE are handled because
* the DMA map and segment list for the
- * destination wil result in a
+ * destination will result in a
* destination particle list that does
* the necessary scatter DMA.
*/