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/od-macho.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/od-macho.c')
-rw-r--r-- | binutils/od-macho.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/od-macho.c b/binutils/od-macho.c index d1a4e0f..0a46adc 100644 --- a/binutils/od-macho.c +++ b/binutils/od-macho.c @@ -259,7 +259,7 @@ bfd_mach_o_print_flags (const bfd_mach_o_xlat_name *table, printf ("-"); } -/* Print a bfd_uint64_t, using a platform independant style. */ +/* Print a bfd_uint64_t, using a platform independent style. */ static void printf_uint64 (bfd_uint64_t v) |