diff options
Diffstat (limited to 'arch/mips/boot/elf2ecoff.c')
| -rw-r--r-- | arch/mips/boot/elf2ecoff.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/elf2ecoff.c b/arch/mips/boot/elf2ecoff.c index 6972b97235da..549c5d6ef6d7 100644 --- a/arch/mips/boot/elf2ecoff.c +++ b/arch/mips/boot/elf2ecoff.c @@ -443,7 +443,7 @@ int main(int argc, char *argv[])  	efh.f_symptr = 0;  	efh.f_nsyms = 0;  	efh.f_opthdr = sizeof eah; -	efh.f_flags = 0x100f;	/* Stripped, not sharable. */ +	efh.f_flags = 0x100f;	/* Stripped, not shareable. */  	memset(esecs, 0, sizeof esecs);  	strcpy(esecs[0].s_name, ".text");  |