diff options
author | 2017-04-27 06:22:11 +0000 | |
---|---|---|
committer | 2017-04-27 06:22:11 +0000 | |
commit | d7b43e11b3a6edf3068fe79e17a0675013e78d4e (patch) | |
tree | cfdfdfe2ab98141754210cdc918398ea6475e49c | |
parent | vmm(4): proper save/restore of FPU context during entry/exit. (diff) | |
download | wireguard-openbsd-d7b43e11b3a6edf3068fe79e17a0675013e78d4e.tar.xz wireguard-openbsd-d7b43e11b3a6edf3068fe79e17a0675013e78d4e.zip |
spelling;
-rw-r--r-- | share/man/man1/gcc-local.1 | 4 |
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. |