Reword the comment, fixing typo.

MFC after:	3 days
This commit is contained in:
kib 2010-07-24 14:23:06 +00:00
parent cabdb41848
commit 7596f360a3

View File

@ -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 {