[binutils-gdb/binutils-2_31-branch] Fix spelling mistakes.

Nick Clifton nickc@sourceware.org
Tue Jun 26 11:33:00 GMT 2018


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cb10b9fad054a3365010f4dd4a7ed7ad518b811a

commit cb10b9fad054a3365010f4dd4a7ed7ad518b811a
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jun 26 12:32:32 2018 +0100

    Fix spelling mistakes.
    
    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.

Diff:
---
 binutils/ChangeLog         | 4 ++++
 binutils/doc/binutils.texi | 6 +++---
 ld/ChangeLog               | 6 ++++++
 ld/emultempl/aarch64elf.em | 2 +-
 ld/emultempl/avrelf.em     | 2 +-
 ld/emultempl/elf32.em      | 2 +-
 opcodes/ChangeLog          | 4 ++++
 opcodes/nfp-dis.c          | 2 +-
 8 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 010f94b..12b272f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-26  Nick Clifton  <nickc@redhat.com>
+
+	* doc/binutils.texi: Fix spelling mistakes.
+
 2018-06-24  Nick Clifton  <nickc@redhat.com>
 
 	* configure: Regenerate.
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index b87b134..599c79e 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -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.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2e4fdd0..be9669c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/emultempl/aarch64elf.em b/ld/emultempl/aarch64elf.em
index fe0255c..edc548f 100644
--- a/ld/emultempl/aarch64elf.em
+++ b/ld/emultempl/aarch64elf.em
@@ -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, _("\
diff --git a/ld/emultempl/avrelf.em b/ld/emultempl/avrelf.em
index a05c39a..4cd7376 100644
--- a/ld/emultempl/avrelf.em
+++ b/ld/emultempl/avrelf.em
@@ -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   "
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em
index 9b8971e..1ad9d6b 100644
--- a/ld/emultempl/elf32.em
+++ b/ld/emultempl/elf32.em
@@ -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="))
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 1b8e1e3..4561f53 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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.
diff --git a/opcodes/nfp-dis.c b/opcodes/nfp-dis.c
index e501b14..03139ec 100644
--- a/opcodes/nfp-dis.c
+++ b/opcodes/nfp-dis.c
@@ -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"));
 }



More information about the Binutils-cvs mailing list