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/stabs.c | |
parent | 7fb048a2ee38bbc85ba0e96e2932cb0cb1f7381e (diff) | |
download | binutils-222c2bf0a293fab3d08c22359d64433faea7bb89.zip binutils-222c2bf0a293fab3d08c22359d64433faea7bb89.tar.gz binutils-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/stabs.c')
-rw-r--r-- | binutils/stabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/stabs.c b/binutils/stabs.c index d209094..38b210e 100644 --- a/binutils/stabs.c +++ b/binutils/stabs.c @@ -2691,7 +2691,7 @@ parse_stab_members (void *dhandle, struct stab_handle *info, case '*': /* virtual member function, followed by index. The sign bit is supposedly set to distinguish - pointers-to-methods from virtual function indicies. */ + pointers-to-methods from virtual function indices. */ ++*pp; voffset = parse_number (pp, (bfd_boolean *) NULL); if (**pp != ';') |