diff options
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r-- | bfd/libcoff-in.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index 8c65158..b1a6b59 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -215,8 +215,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; }; |