summaryrefslogtreecommitdiffstats
path: root/sys/sys/imgact_elf.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-07-24 14:23:06 +0000
committerkib <kib@FreeBSD.org>2010-07-24 14:23:06 +0000
commit7596f360a3151d09aff2a4ea6f62922685a231a4 (patch)
tree5ee10b99d3084d9bc9e006beef62f321215eafac /sys/sys/imgact_elf.h
parentcabdb4184822c0a4fa0c8877d5ce0f0c10ad0853 (diff)
downloadFreeBSD-src-7596f360a3151d09aff2a4ea6f62922685a231a4.zip
FreeBSD-src-7596f360a3151d09aff2a4ea6f62922685a231a4.tar.gz
Reword the comment, fixing typo.
MFC after: 3 days
Diffstat (limited to 'sys/sys/imgact_elf.h')
-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