aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-01-17 23:13:52 +0000
committerNick Clifton <nickc@redhat.com>2002-01-17 23:13:52 +0000
commit3ab9460d38e10baff7b3203a6423533c48ace33f (patch)
treea27e95b22b316cfa6d12607df77d7932ee64399b /binutils
parenteb12ee304f9453153e4182873f3d92fb97b2fa43 (diff)
downloadfsf-binutils-gdb-3ab9460d38e10baff7b3203a6423533c48ace33f.zip
fsf-binutils-gdb-3ab9460d38e10baff7b3203a6423533c48ace33f.tar.gz
fsf-binutils-gdb-3ab9460d38e10baff7b3203a6423533c48ace33f.tar.bz2
fixed braino in changelog entry for replacement of "switches" with "options"
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 55caa9e..fa47f51 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -15,10 +15,10 @@
2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
- * objcopy.c (copy_usage): Use "switches" instead of "options".
- (strip_usage): Use "switches" instead of "options".
- * doc/binutils.texi (dlltool): Refer to "switches" instead of
- "options".
+ * objcopy.c (copy_usage): Use "options" instead of "switches".
+ (strip_usage): Use "options" instead of "switches".
+ * doc/binutils.texi (dlltool): Refer to "options" instead of
+ "switches".
2002-01-14 Richard Earnshaw <rearnsha@arm.com>