Fix typo in readelf error message.
authorEd Maste <emaste@freebsd.org>
Thu, 15 Sep 2016 09:42:08 +0000 (10:42 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 15 Sep 2016 09:42:08 +0000 (10:42 +0100)
* readelf.c (process_mips_specific): Fix typo in error message.

binutils/ChangeLog
binutils/readelf.c

index 4b3a746db954ac7988c465dcf35bb68fc62bc340..3cb2a775e7c766eec959465e4d90f0cdab1b173a 100644 (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
index c9bce2e5cb35484e927afe15485a3df76633db3c..899afdb32b901dc04f2ea98f26373b9231ca29f2 100644 (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;
            }
 
This page took 0.042366 seconds and 4 git commands to generate.