Fix spelling mistakes.
authorNick Clifton <nickc@redhat.com>
Tue, 26 Jun 2018 11:56:23 +0000 (12:56 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 26 Jun 2018 11:56:23 +0000 (12:56 +0100)
opcodes * nfp-dis.c: Fix spelling mistake.

ld * emultempl/aarch64elf.em: Fix spelling mistake.
* emultempl/avrelf.em: Likewise.
* emultempl/elf32.em: Likewise.

binutils* doc/binutils.texi: Fix spelling mistakes.
* README--how-to-make-a-release: Likewise.

binutils/ChangeLog
binutils/README-how-to-make-a-release
binutils/doc/binutils.texi
ld/ChangeLog
ld/emultempl/aarch64elf.em
ld/emultempl/avrelf.em
ld/emultempl/elf32.em
opcodes/ChangeLog
opcodes/nfp-dis.c

index 08c00c6f1d542bf92e14caf34c3d13f7768e1fc6..0853e65963af21b7fe62e6a2c93d24cf37515c05 100644 (file)
@@ -1,3 +1,8 @@
+2018-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * doc/binutils.texi: Fix spelling mistakes.
+       * README--how-to-make-a-release: Likewise.
+
 2018-06-25  Tom Tromey  <tom@tromey.com>
 
        * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
index 9d2ea61108271ccc1bb3ce692dd97ddf772d9bbd..47af677a9e3d834dac87ae63836197ef213ace93 100644 (file)
@@ -72,7 +72,7 @@ How to perform a release.
      
        m4_define([BFD_VERSION], [2.31.51])
        
-     Update the release number in bfd/version.m4 for the the branch.
+     Update the release number in bfd/version.m4 for the branch.
      The branch only needs the point value set to 90 as the release
      has not actually happened yet.
 
index b87b1341fcee4e84f09f02467fd51526bb9d59e1..599c79eb93e72bf562ba9fa486aef66b9631a8b6 100644 (file)
@@ -1876,7 +1876,7 @@ needed if debugging abilities are required.  The suggested procedure
 to create these files is as follows:
 
 @enumerate
-@item Link the executable as normal.  Assuming that is is called
+@item Link the executable as normal.  Assuming that it is called
 @code{foo} then...
 @item Run @code{objcopy --only-keep-debug foo foo.dbg} to
 create a file containing the debugging info.
@@ -2314,7 +2314,7 @@ precision FP instructions, @option{quarkse_em} selects the printing of
 special QuarkSE-EM instructions, @option{fpuda} selects the printing
 of double precision assist instructions, @option{fpus} selects the
 printing of FPU single precision FP instructions, while @option{fpud}
-selects the printing of FPU souble precision FP instructions.
+selects the printing of FPU double precision FP instructions.
 Additionally, one can choose to have all the immediates printed in
 hexadecimal using @option{hex}.  By default, the short immediates are
 printed using the decimal representation, while the long immediate
@@ -3326,7 +3326,7 @@ needed if debugging abilities are required.  The suggested procedure
 to create these files is as follows:
 
 @enumerate
-@item Link the executable as normal.  Assuming that is is called
+@item Link the executable as normal.  Assuming that it is called
 @code{foo} then...
 @item Run @code{objcopy --only-keep-debug foo foo.dbg} to
 create a file containing the debugging info.
index 2e4fdd08d93348d852840669dd018e3aded40486..be9669cbbc2f47e704cae3f51b88c07a7dfbdc43 100644 (file)
@@ -1,3 +1,9 @@
+2018-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/aarch64elf.em: Fix spelling mistake.
+       * emultempl/avrelf.em: Likewise.
+       * emultempl/elf32.em: Likewise.
+
 2018-06-24  Nick Clifton  <nickc@redhat.com>
 
        * configure: Regenerate.
index fe0255c57f19b5e6034e0191f0bff4376f67f93f..edc548f65298e563481bdd9d547fcb9c6b13da04 100644 (file)
@@ -383,7 +383,7 @@ PARSE_AND_LIST_LONGOPTS='
 PARSE_AND_LIST_OPTIONS='
   fprintf (file, _("  --no-enum-size-warning      Don'\''t warn about objects with incompatible\n"
                   "                                enum sizes\n"));
-  fprintf (file, _("  --no-wchar-size-warning     Don'\''t warn about objects with incompatible"
+  fprintf (file, _("  --no-wchar-size-warning     Don'\''t warn about objects with incompatible\n"
                   "                                wchar_t sizes\n"));
   fprintf (file, _("  --pic-veneer                Always generate PIC interworking veneers\n"));
   fprintf (file, _("\
index a05c39adad7be66a2a2c43c89908ccaff916436b..4cd7376bc48e05e122c069148419dda3153435cc 100644 (file)
@@ -257,7 +257,7 @@ PARSE_AND_LIST_OPTIONS='
   fprintf (file, _("  --pmem-wrap-around=<val>    "
                   "Make the linker relaxation machine assume that a\n"
                   "                              "
-                  "  program counter wrap-around occures at address\n"
+                  "  program counter wrap-around occurs at address\n"
                   "                              "
                   "  <val>.  Supported values: 8k, 16k, 32k and 64k.\n"));
   fprintf (file, _("  --no-call-ret-replacement   "
index 9b8971eac486898322c7dd4cfd64777a12b28f01..1ad9d6b6fa815ebaa93fb151fc6ae3e1bf8c58c7 100644 (file)
@@ -2737,7 +2737,7 @@ fragment <<EOF
 
          config.maxpagesize = strtoul (optarg + 14, &end, 0);
          if (*end || (config.maxpagesize & (config.maxpagesize - 1)) != 0)
-           einfo (_("%F%P: invalid maxium page size \`%s'\n"),
+           einfo (_("%F%P: invalid maximum page size \`%s'\n"),
                   optarg + 14);
        }
       else if (CONST_STRNEQ (optarg, "common-page-size="))
index 1b8e1e358507716f582d7ca39f3cd97fe3ef8ec5..4561f5385f23116d5ba508cee71598452a7d2a23 100644 (file)
@@ -1,3 +1,7 @@
+2018-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * nfp-dis.c: Fix spelling mistake.
+
 2018-06-24  Nick Clifton  <nickc@redhat.com>
 
        * configure: Regenerate.
index e501b14959e95441d1fba5479730b58beb5937bd..03139ec65eb35b294c6aa99372367204461769a8 100644 (file)
@@ -2976,7 +2976,7 @@ with the -M switch (multiple options should be separated by commas):\n"));
   fprintf (stream, _("\n\
   no-pc                    Don't print program counter prefix.\n\
   ctx4             Force disassembly using 4-context mode.\n\
-  ctx8             Force 8-context mode, takes presedence.\""));
+  ctx8             Force 8-context mode, takes precedence."));
 
   fprintf (stream, _("\n"));
 }