diff options
author | Alan Modra <amodra@gmail.com> | 2012-08-17 02:43:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-08-17 02:43:21 +0000 |
commit | a86852103bb20a87c714d338230b265c94fc5272 (patch) | |
tree | 522c035856ba765f8d7f89f0d06ff7afed3ba0bd /binutils | |
parent | ed668b34df4ca6f8e8fbd4d5503e6b8e845833c2 (diff) | |
download | gdb-a86852103bb20a87c714d338230b265c94fc5272.zip gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.gz gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.bz2 |
typo fixes
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/ChangeLog-0001 | 2 | ||||
-rw-r--r-- | binutils/ChangeLog-2011 | 2 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 6 | ||||
-rw-r--r-- | binutils/objdump.c | 2 | ||||
-rw-r--r-- | binutils/od-xcoff.c | 2 |
6 files changed, 11 insertions, 7 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8b52cce..65bb507 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 9d14894..2df5e06 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 b81c81d..be24930 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 9826eb2..0ac0eb2 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 49a2457..23a6793 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 41f8ba3..d7056a8 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. */ |