summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout/dynamic.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-aout/dynamic.h')
-rw-r--r--libexec/rtld-aout/dynamic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-aout/dynamic.h b/libexec/rtld-aout/dynamic.h
index 00d449f..3c8bacd 100644
--- a/libexec/rtld-aout/dynamic.h
+++ b/libexec/rtld-aout/dynamic.h
@@ -233,7 +233,7 @@ struct file_entry {
int lib_major, lib_minor; /* Version numbers of a shared object */
int flags;
-#define E_IS_LIBRARY 1 /* File is a an archive */
+#define E_IS_LIBRARY 1 /* File is an archive */
#define E_HEADER_VALID 2 /* File's header has been read */
#define E_SEARCH_DIRS 4 /* Search directories for file */
#define E_SEARCH_DYNAMIC 8 /* Search for shared libs allowed */
OpenPOWER on IntegriCloud