Reword the comment, fixing typo.
MFC after: 3 days
This commit is contained in:
parent
cabdb41848
commit
7596f360a3
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user