summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-05-01 09:24:02 +0000
committerNick Clifton <nickc@redhat.com>2009-05-01 09:24:02 +0000
commit3e54908e6d8df248ea66e04a9918724d5b81f878 (patch)
treec6a6917170a10fbd711b1556c0bb132dc396113c /elfcpp
parent5408c8d2c5f17454b448394808433de71122eb00 (diff)
downloadbinutils-redhat-3e54908e6d8df248ea66e04a9918724d5b81f878.tar.gz
Fix typo
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 893e6b86a3..43c75c0c6f 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,6 +1,6 @@
2009-04-30 Nick Clifton <nickc@redhat.com>
- * (enum STT): Add STT_GNU_IFUNC.
+ * elfcpp.h (enum STT): Add STT_GNU_IFUNC.
2009-03-20 Mikolaj Zalewski <mikolajz@google.com>