summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec_elf.h
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2021-03-10 10:21:47 +0000
committerjsg <jsg@openbsd.org>2021-03-10 10:21:47 +0000
commit678831be5eff0bcb5217b54d0dcfb6698acf8411 (patch)
treef847af064a46c25e3102e5b156ded1c05ce267ba /sys/sys/exec_elf.h
parentsndiod: When a slot structure is recycled allocate new control (diff)
downloadwireguard-openbsd-678831be5eff0bcb5217b54d0dcfb6698acf8411.tar.xz
wireguard-openbsd-678831be5eff0bcb5217b54d0dcfb6698acf8411.zip
spelling
ok gnezdo@ semarie@ mpi@
Diffstat (limited to 'sys/sys/exec_elf.h')
-rw-r--r--sys/sys/exec_elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index 9a1dec64cbd..86a2543c5ba 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.88 2020/07/06 13:33:09 pirofti Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.89 2021/03/10 10:21:47 jsg Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -614,7 +614,7 @@ typedef struct {
* NT_OPENBSD_PROCINFO
* Note is a "elfcore_procinfo" structure.
* NT_OPENBSD_AUXV
- * Note is a a bunch of Auxilliary Vectors, terminated by
+ * Note is a a bunch of Auxiliary Vectors, terminated by
* an AT_NULL entry.
* NT_OPENBSD_REGS
* Note is a "reg" structure.