summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-06 23:18:47 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-06 23:18:47 +0000
commitb61291405248ed8b34d2e8a301059897c138e35a (patch)
tree7029971fa4c60a2846f8cd6140ab79f95cb47e46 /sys
parentde7657db263dc5154b38b2a79abf24db7608c139 (diff)
typo in comment
Diffstat (limited to 'sys')
-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 f4a118f2c82..f0179e96adc 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.28 2001/03/16 04:39:08 hugh Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.29 2001/06/06 23:18:46 art Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -485,7 +485,7 @@ enum AuxID {
};
struct elf_args {
- u_long arg_entry; /* progran entry point */
+ u_long arg_entry; /* program entry point */
u_long arg_interp; /* Interpreter load address */
u_long arg_phaddr; /* program header address */
u_long arg_phentsize; /* Size of program header */