summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-07 22:03:58 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-07 22:03:58 +0000
commit5ffe0a17b1a571587b922feed3f4042c7c1a62bf (patch)
treef410e7ab651ea487c7851fa70664476887caf79e /gcc
parent9d34a1844e843c7d8b54c12f75c9e8d06fdf4de0 (diff)
downloadgcc-5ffe0a17b1a571587b922feed3f4042c7c1a62bf.tar.gz
Fix typo in last changelog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66582 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4b99681681c..10bff5d6de2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,6 @@
2003-05-07 Richard Henderson <rth@redhat.com>
- * unwind-dw2.c (_Unwind_GetGR): Cast pointer to _Unwind_Ptr,
+ * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
not _Unwind_Word.
2003-05-07 Zack Weinberg <zack@codesourcery.com>