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/dwarf.h | |
parent | 7fb048a2ee38bbc85ba0e96e2932cb0cb1f7381e (diff) | |
download | binutils-gdb-222c2bf0a293fab3d08c22359d64433faea7bb89.tar.gz |
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/dwarf.h')
-rw-r--r-- | binutils/dwarf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.h b/binutils/dwarf.h index ed86810dcba..ac316bb184b 100644 --- a/binutils/dwarf.h +++ b/binutils/dwarf.h @@ -224,7 +224,7 @@ extern void * xcrealloc (void *, size_t, size_t); extern dwarf_vma read_leb128 (unsigned char *, unsigned int *, bfd_boolean, const unsigned char * const); -/* A callback into the client. Retuns TRUE if there is a +/* A callback into the client. Returns TRUE if there is a relocation against the given debug section at the given offset. */ extern bfd_boolean reloc_at (struct dwarf_section *, dwarf_vma); |