From f638887c927f5e915d7608885dac72fedb0a5f77 Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 21 Feb 2023 19:49:50 +0000 Subject: [PATCH] adress -> address; --- lib/libc/sys/pinsyscall.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/pinsyscall.2 b/lib/libc/sys/pinsyscall.2 index 5f7d9b0058f..deeff401a88 100644 --- a/lib/libc/sys/pinsyscall.2 +++ b/lib/libc/sys/pinsyscall.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pinsyscall.2,v 1.4 2023/02/21 14:42:25 deraadt Exp $ +.\" $OpenBSD: pinsyscall.2,v 1.5 2023/02/21 19:49:50 jmc Exp $ .\" .\" Copyright (c) 2023 Theo de Raadt .\" @@ -32,7 +32,7 @@ system call specifies the .Va start to .Va start + len -range in the adress space where the call stub for the specified +range in the address space where the call stub for the specified .Va syscall resides. This range is typically under 80 bytes long, and varies by architecture. -- 2.20.1