summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-09-13 17:55:43 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-09-13 17:55:43 +0000
commitc7fb9169659c8da794795610f3f38e6dd8b5f885 (patch)
treedcc402d1d5f36f498241f5d585e9435962c06dc3 /share/man
parent7bc165d2961a9b6b9532379180b8525a39c14ef6 (diff)
vallue -> value;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/intr_barrier.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/intr_barrier.9 b/share/man/man9/intr_barrier.9
index d6ab9049f43..9dae3144c6a 100644
--- a/share/man/man9/intr_barrier.9
+++ b/share/man/man9/intr_barrier.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intr_barrier.9,v 1.1 2015/09/13 12:13:34 kettenis Exp $
+.\" $OpenBSD: intr_barrier.9,v 1.2 2015/09/13 17:55:42 jmc Exp $
.\"
.\" Copyright (c) 2015 Mark Kettenis
.\"
@@ -31,7 +31,7 @@ interrupt handler specified by
has finished before it returns.
The cookie passed to
.Fn intr_barrier
-should be the vallue returned when the interrupt handler was established,
+should be the value returned when the interrupt handler was established,
for example the return value of
.Xr pci_intr_establish 9 .
.Sh CONTEXT