Fix typo in readelf error message.

* readelf.c (process_mips_specific): Fix typo in error message.
This commit is contained in:
Ed Maste 2016-09-15 10:42:08 +01:00 committed by Nick Clifton
parent fd486b633e
commit fb324ee93a
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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;
}