summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec_elf.h
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2015-08-24 21:09:43 +0000
committerjca <jca@openbsd.org>2015-08-24 21:09:43 +0000
commit68d7a39e4bebbf5e9126fbe8f73e071f4f7070a4 (patch)
treefdc62505117e711924f054a6bd49ba59b6dc9b19 /sys/sys/exec_elf.h
parentDocument clear(1) a bit more prominently. (diff)
downloadwireguard-openbsd-68d7a39e4bebbf5e9126fbe8f73e071f4f7070a4.tar.xz
wireguard-openbsd-68d7a39e4bebbf5e9126fbe8f73e071f4f7070a4.zip
Typos; ok kettenis@
Diffstat (limited to 'sys/sys/exec_elf.h')
-rw-r--r--sys/sys/exec_elf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index e803a4597d3..50754d7ba57 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.54 2014/11/26 20:06:53 stsp Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.55 2015/08/24 21:09:43 jca Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -530,7 +530,7 @@ typedef struct {
/*
* OpenBSD-specific core file information.
*
- * OpenBSDBSD ELF core files use notes to provide information about
+ * OpenBSD ELF core files use notes to provide information about
* the process's state. The note name is "OpenBSD" for information
* that is global to the process, and "OpenBSD@nn", where "nn" is the
* thread ID of the thread that the information belongs to (such as
@@ -541,7 +541,7 @@ typedef struct {
* NT_OPENBSD_PROCINFO
* Note is a "elfcore_procinfo" structure.
* NT_OPENBSD_AUXV
- * Note is a a bunch of Auxilliary Vectors, terminted by
+ * Note is a a bunch of Auxilliary Vectors, terminated by
* an AT_NULL entry.
* NT_OPENBSD_REGS
* Note is a "reg" structure.