diff options
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index c594d4b..7b37d57 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -219,8 +219,7 @@ struct xcoff_section_tdata /* The lineno_count field for the enclosing section, because we are going to clobber it there. */ unsigned int lineno_count; - /* The first and one past the last symbol indices for symbols used - by this csect. */ + /* The first and last symbol indices for symbols used by this csect. */ unsigned long first_symndx; unsigned long last_symndx; }; |