mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
Fix typo in readelf error message.
* readelf.c (process_mips_specific): Fix typo in error message.
This commit is contained in:
parent
fd486b633e
commit
fb324ee93a
@ -1,3 +1,7 @@
|
||||
2016-09-14 Ed Maste <emaste@freebsd.org>
|
||||
|
||||
* readelf.c (process_mips_specific): Fix typo in error message.
|
||||
|
||||
2016-09-06 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* readelf.c (request_dump_bynumber): Only call memcpy if
|
||||
|
@ -14721,7 +14721,7 @@ process_mips_specific (FILE * file)
|
||||
cmalloc ((sect->sh_size / sizeof (eopt)), sizeof (* iopt));
|
||||
if (iopt == NULL)
|
||||
{
|
||||
error (_("Out of memory allocatinf space for MIPS options\n"));
|
||||
error (_("Out of memory allocating space for MIPS options\n"));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user