summaryrefslogtreecommitdiffstats
path: root/share/man/man9/counters_alloc.9
diff options
context:
space:
mode:
authorfcambus <fcambus@openbsd.org>2020-08-27 09:29:16 +0000
committerfcambus <fcambus@openbsd.org>2020-08-27 09:29:16 +0000
commitf391e9bd146320d4948ebb77572e40dbb1f0339c (patch)
treeb46ad973a31f4f602bfcb9247a4b7d8cedd4af83 /share/man/man9/counters_alloc.9
parentadd missing "regex" keyword; from heddi nabbisen (diff)
downloadwireguard-openbsd-f391e9bd146320d4948ebb77572e40dbb1f0339c.tar.xz
wireguard-openbsd-f391e9bd146320d4948ebb77572e40dbb1f0339c.zip
Fix a bunch of typos in various man pages.
Diffstat (limited to 'share/man/man9/counters_alloc.9')
-rw-r--r--share/man/man9/counters_alloc.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/counters_alloc.9 b/share/man/man9/counters_alloc.9
index 37212cf35c8..adb8cfce216 100644
--- a/share/man/man9/counters_alloc.9
+++ b/share/man/man9/counters_alloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: counters_alloc.9,v 1.10 2017/02/06 07:09:19 jca Exp $
+.\" $OpenBSD: counters_alloc.9,v 1.11 2020/08/27 09:29:16 fcambus Exp $
.\"
.\" Copyright (c) 2016 David Gwynne <dlg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 6 2017 $
+.Dd $Mdocdate: August 27 2020 $
.Dt COUNTERS_ALLOC 9
.Os
.Sh NAME
@@ -77,7 +77,7 @@ state.
Updates to counters should be limited to addition or subtraction
of uint64_t values.
.Pp
-An alternate implemention of the API is provided on uni-processor
+An alternate implementation of the API is provided on uni-processor
(i.e. when the kernel is not built with
.Dv MULTIPROCESSOR
defined)