summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/ChangeLog-00012
-rw-r--r--binutils/ChangeLog-20112
-rw-r--r--binutils/doc/binutils.texi6
-rw-r--r--binutils/objdump.c2
-rw-r--r--binutils/od-xcoff.c2
6 files changed, 11 insertions, 7 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 8b52cce13e..65bb5077c9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-17 Yuri Chornoivan <yurchor@ukr.net>
+
+ * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
+
2012-08-16 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/14481
diff --git a/binutils/ChangeLog-0001 b/binutils/ChangeLog-0001
index 9d1489432e..2df5e0676b 100644
--- a/binutils/ChangeLog-0001
+++ b/binutils/ChangeLog-0001
@@ -734,7 +734,7 @@
* objcopy.c (strip_main): Revert the change made on 2001-05-30
by accident.
- (copy_main): Apply the the change made to strip_main on
+ (copy_main): Apply the change made to strip_main on
2001-05-30 by accident.
2001-06-23 Andreas Jaeger <aj@suse.de>
diff --git a/binutils/ChangeLog-2011 b/binutils/ChangeLog-2011
index b81c81d40f..be2493037e 100644
--- a/binutils/ChangeLog-2011
+++ b/binutils/ChangeLog-2011
@@ -155,7 +155,7 @@
2011-10-16 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/13278
- * ar.c (open_inarch): Set the target from the the first object
+ * ar.c (open_inarch): Set the target from the first object
on the list only if it isn't set.
2011-10-13 Nick Clifton <nickc@redhat.com>
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 9826eb20e1..0ac0eb2593 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -131,7 +131,7 @@ Convert object code into a Netware Loadable Module
Manipulate Windows resources
@item windmc
-Genertor for Windows message resources
+Generator for Windows message resources
@item dlltool
Create the files needed to build and use Dynamic Link Libraries
@@ -4223,7 +4223,7 @@ Displays the contents of the file's dynamic section, if it has one.
@item -V
@itemx --version-info
-@cindex ELF version sections informations
+@cindex ELF version sections information
Displays the contents of the version sections in the file, it they
exist.
@@ -4261,7 +4261,7 @@ any other string identifies all sections with that name in the object file.
@item -c
@itemx --archive-index
@cindex Archive file symbol index information
-Displays the file symbol index infomation contained in the header part
+Displays the file symbol index information contained in the header part
of binary archives. Performs the same function as the @option{t}
command to @command{ar}, but without using the BFD library. @xref{ar}.
diff --git a/binutils/objdump.c b/binutils/objdump.c
index 49a2457be7..23a6793371 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -1235,7 +1235,7 @@ try_print_file_open (const char *origname, const char *modname)
return p;
}
-/* If the the source file, as described in the symtab, is not found
+/* If the source file, as described in the symtab, is not found
try to locate it in one of the paths specified with -I
If found, add location to print_files linked list. */
diff --git a/binutils/od-xcoff.c b/binutils/od-xcoff.c
index 41f8ba3306..d7056a8c6b 100644
--- a/binutils/od-xcoff.c
+++ b/binutils/od-xcoff.c
@@ -353,7 +353,7 @@ union xcoff32_symbol
struct sym
{
- /* Pointer the the NUL-terminated name. */
+ /* Pointer to the NUL-terminated name. */
char *name;
/* XCOFF symbol fields. */