summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2017-09-13 14:19:57 +0000
committeranton <anton@openbsd.org>2017-09-13 14:19:57 +0000
commitf3d282722596ab3a938ce9ea01f280e70364e1ee (patch)
treef398a019350aa6b9ee8b0b568071998572e074f9
parentRemove unused (always 1) arguments from some functions, from Daniel (diff)
downloadwireguard-openbsd-f3d282722596ab3a938ce9ea01f280e70364e1ee.tar.xz
wireguard-openbsd-f3d282722596ab3a938ce9ea01f280e70364e1ee.zip
Fix typo; ok benno@ jmc@ sthen@ tb@
-rw-r--r--share/man/man1/clang-local.16
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/clang-local.1 b/share/man/man1/clang-local.1
index 692aaf63a14..4c6550ad9cd 100644
--- a/share/man/man1/clang-local.1
+++ b/share/man/man1/clang-local.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: clang-local.1,v 1.9 2017/07/29 21:01:13 kettenis Exp $
+.\" $OpenBSD: clang-local.1,v 1.10 2017/09/13 14:19:57 anton Exp $
.\"
.\" Copyright (c) 2016 Pascal Stumpf <pascal@stumpf.co>
.\"
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: July 29 2017 $
+.Dd $Mdocdate: September 13 2017 $
.Dt CLANG-LOCAL 1
.Os
.Sh NAME
@@ -93,7 +93,7 @@ The
.Xr valloc 3
and
.Xr free 3
-builtins are disabled to prevent undesriable optimizations of calls to
+builtins are disabled to prevent undesirable optimizations of calls to
these functions.
.El
.Sh SEE ALSO