summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/imgact_elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index 1cc2a61..b41661c 100644
--- a/sys/sys/imgact_elf.h
+++ b/sys/sys/imgact_elf.h
@@ -60,8 +60,8 @@ typedef struct {
int flags;
boolean_t (*trans_osrel)(const Elf_Note *, int32_t *);
#define BN_CAN_FETCH_OSREL 0x0001 /* Deprecated. */
-#define BN_TRANSLATE_OSREL 0x0002 /* Use trans_osrel fetch osrel after */
- /* checking ABI contraint if needed. */
+#define BN_TRANSLATE_OSREL 0x0002 /* Use trans_osrel to fetch osrel */
+ /* after checking the image ABI specification, if needed. */
} Elf_Brandnote;
typedef struct {
OpenPOWER on IntegriCloud