summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-09-21 11:01:37 +0000
committerjmc <jmc@openbsd.org>2015-09-21 11:01:37 +0000
commita5eca36650de8a631d4205be08afe9216d491f6a (patch)
tree3e10dfdf471b547a99fb47cc44a2d97b036a8bbb
parenttypo in documentation. (diff)
downloadwireguard-openbsd-a5eca36650de8a631d4205be08afe9216d491f6a.tar.xz
wireguard-openbsd-a5eca36650de8a631d4205be08afe9216d491f6a.zip
spelling fix;
-rw-r--r--share/man/man9/bus_dma.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9
index 03b368c47af..6c33aaeafc7 100644
--- a/share/man/man9/bus_dma.9
+++ b/share/man/man9/bus_dma.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bus_dma.9,v 1.34 2015/01/24 19:20:26 jmc Exp $
+.\" $OpenBSD: bus_dma.9,v 1.35 2015/09/21 11:01:37 jmc Exp $
.\" $NetBSD: bus_dma.9,v 1.14 2000/06/14 06:49:19 cgd Exp $
.\"
.\" Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 24 2015 $
+.Dd $Mdocdate: September 21 2015 $
.Dt BUS_DMA 9
.Os
.Sh NAME
@@ -652,7 +652,7 @@ bus-dependent functionality.
.Pp
The
.Fn bus_dmamem_alloc_range
-function is a variaton of
+function is a variation of
.Fn bus_dmamem_alloc
that allows specification of the "DMA safe" bus address range
supported by the device.