diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:40 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:00:23 +1030 |
commit | 222c2bf0a293fab3d08c22359d64433faea7bb89 (patch) | |
tree | 0d5ce8637c3ee924c56f67e2e8a48022d979c190 /binutils/objcopy.c | |
parent | 7fb048a2ee38bbc85ba0e96e2932cb0cb1f7381e (diff) | |
download | gdb-222c2bf0a293fab3d08c22359d64433faea7bb89.zip gdb-222c2bf0a293fab3d08c22359d64433faea7bb89.tar.gz gdb-222c2bf0a293fab3d08c22359d64433faea7bb89.tar.bz2 |
Fix spelling in comments in C source files (binutils)
* dwarf.c: Fix spelling in comments.
* dwarf.h: Fix spelling in comments.
* objcopy.c: Fix spelling in comments.
* od-macho.c: Fix spelling in comments.
* rclex.c: Fix spelling in comments.
* readelf.c: Fix spelling in comments.
* stabs.c: Fix spelling in comments.
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index d40cfcb..4910fcf 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1748,7 +1748,7 @@ add_redefine_syms_file (const char *filename) free (buf); } -/* Copy unkown object file IBFD onto OBFD. +/* Copy unknown object file IBFD onto OBFD. Returns TRUE upon success, FALSE otherwise. */ static bfd_boolean |