summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-01-22 11:35:50 +0000
committerkib <kib@FreeBSD.org>2012-01-22 11:35:50 +0000
commit593388ddc7d67c10901c879229e34c2e2055081f (patch)
tree5e0e11742504fb72ae5ce9e35a08001f498dcc54 /sys/sys
parent1736506e921043ab3bc71f65d90cc82aa777717e (diff)
downloadFreeBSD-src-593388ddc7d67c10901c879229e34c2e2055081f.zip
FreeBSD-src-593388ddc7d67c10901c879229e34c2e2055081f.tar.gz
Fix typo.
Submitted by: John Marino <draco marino st> MFC after: 3 days
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/elf_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index 3f1b35b..489851a 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -384,7 +384,7 @@ typedef struct {
#define DT_INIT_ARRAYSZ 27 /* Size in bytes of the array of
initialization functions. */
#define DT_FINI_ARRAYSZ 28 /* Size in bytes of the array of
- terminationfunctions. */
+ termination functions. */
#define DT_RUNPATH 29 /* String table offset of a null-terminated
library search path string. */
#define DT_FLAGS 30 /* Object specific flag values. */
OpenPOWER on IntegriCloud