From: Ed Maste Date: Thu, 15 Sep 2016 09:42:08 +0000 (+0100) Subject: Fix typo in readelf error message. X-Git-Tag: users/ARM/embedded-binutils-master-2016q4~741 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb324ee93a26dcf0560a911074c97dcfb9b3eeb4;p=external%2Fbinutils.git Fix typo in readelf error message. * readelf.c (process_mips_specific): Fix typo in error message. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4b3a746..3cb2a77 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2016-09-14 Ed Maste + + * readelf.c (process_mips_specific): Fix typo in error message. + 2016-09-06 Nick Clifton * readelf.c (request_dump_bynumber): Only call memcpy if diff --git a/binutils/readelf.c b/binutils/readelf.c index c9bce2e..899afdb 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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; }