summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-04-27 06:22:11 +0000
committerjmc <jmc@openbsd.org>2017-04-27 06:22:11 +0000
commitd7b43e11b3a6edf3068fe79e17a0675013e78d4e (patch)
treecfdfdfe2ab98141754210cdc918398ea6475e49c
parentvmm(4): proper save/restore of FPU context during entry/exit. (diff)
downloadwireguard-openbsd-d7b43e11b3a6edf3068fe79e17a0675013e78d4e.tar.xz
wireguard-openbsd-d7b43e11b3a6edf3068fe79e17a0675013e78d4e.zip
spelling;
-rw-r--r--share/man/man1/gcc-local.14
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1
index 63729a177c1..1bc15e93b38 100644
--- a/share/man/man1/gcc-local.1
+++ b/share/man/man1/gcc-local.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gcc-local.1,v 1.52 2017/04/27 00:02:03 dlg Exp $
+.\" $OpenBSD: gcc-local.1,v 1.53 2017/04/27 06:22:11 jmc Exp $
.\"
.\" Copyright (c) 2002 Marc Espie
.\" Copyright (c) 2003 Anil Madhavapeddy
@@ -163,7 +163,7 @@ or have references to local frame addresses.
On amd64,
.Fl msave-args
can be passed to the compiler to have functions save their register
-arguments on the stack, while maintaining compatability with the
+arguments on the stack, while maintaining compatibility with the
System 5 AMD64 ABI.
This enables tools and debuggers that understand this semantic to
trivially generate stack traces that include function arguments.