diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 658da63839d..5bcdb0756fc 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -237,7 +237,7 @@ typedef struct { terminationfunctions. */ #define DT_RUNPATH 29 /* String table offset of a null-terminated library search path string. */ -#define DT_FLAGS 30 /* Object specific flag values. +#define DT_FLAGS 30 /* Object specific flag values. */ #define DT_ENCODING 32 /* Values greater than or equal to DT_ENCODING and less than DT_LOOS follow the rules for the interpretation of the d_un union