From b7138297354718412ab7cbd42c801c02b2ada07a Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Thu, 31 Jan 2013 09:31:16 +0100 Subject: [PATCH] Correct ChangeLog's mentioned PR-number. From-SVN: r195607 --- libiberty/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2698740e16a..cbcd1e25948 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -4,7 +4,7 @@ * sha1.c (sha1_process_block): Handle case that size_t is a wider-integer-scalar as a 32-bit unsigned integer. - PR other/543413 + PR other/53413 * md5.c (md5_process_block): Handle case that size_t is a wider-integer-scalar a 32-bit unsigned integer.