From: Ed Maste Date: Thu, 15 Sep 2016 09:42:08 +0000 (+0100) Subject: Fix typo in readelf error message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb324ee93a26dcf0560a911074c97dcfb9b3eeb4;p=binutils-gdb.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 4b3a746db95..3cb2a775e7c 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 c9bce2e5cb3..899afdb32b9 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; }