summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2005-12-20 01:22:48 +0000
committerBob Wilson <bob.wilson@acm.org>2005-12-20 01:22:48 +0000
commitaad163e64b8fe792541bb5b5529733ff3235b968 (patch)
treeeffe7bbeb4c1c1888911111cdee8af01eb07f0e3
parent87333f2a5a54eeea33ce17413cbc9a9d150826f1 (diff)
downloadbinutils-redhat-aad163e64b8fe792541bb5b5529733ff3235b968.tar.gz
fix typo in previous entry
-rw-r--r--ld/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 52fd1d5e06..8d07378b8f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -3,8 +3,8 @@
PR ld/2065
* ldlang.c (output_statement_newfunc): Revert the change made on
2005-11-16.
- (output_prev_sec_find): Likewsise.
- * ldlang.h (lang_statement_list_type): Likewsise.
+ (output_prev_sec_find): Likewise.
+ * ldlang.h (lang_statement_list_type): Likewise.
2005-12-16 Nathan Sidwell <nathan@codesourcery.com>