diff options
author | Nick Clifton <nickc@redhat.com> | 2006-07-12 09:08:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-07-12 09:08:34 +0000 |
commit | 7cfe9437c6a7656efa5898b0aa657612466cf7bf (patch) | |
tree | 2c27a24ac62b98feaa01f5967bcb26fa65ba0781 | |
parent | 01eaea5ad27ebd470a27ae2f3c9ffd50956d4caf (diff) | |
download | gdb-7cfe9437c6a7656efa5898b0aa657612466cf7bf.zip gdb-7cfe9437c6a7656efa5898b0aa657612466cf7bf.tar.gz gdb-7cfe9437c6a7656efa5898b0aa657612466cf7bf.tar.bz2 |
Fix grammatical error in ChangeLog entry
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0b72f17..78320dd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,7 @@ 2006-07-12 Nick Clifton <nickc@redhat.com> * config/tc-sh.c (md_apply_fix): Do not allow the generic code in - fixup_segment() to repeat a range check on a value that have + fixup_segment() to repeat a range check on a value that has already been checked here. 2006-07-07 James E Wilson <wilson@specifix.com> |