From: Tom de Vries Date: Mon, 11 Feb 2013 13:52:13 +0000 (+0100) Subject: Fix typo in ChangeLog entry for commit 03759f47db62930f2dddf1c9733ef89b9d99e2da X-Git-Tag: glibc-2.18~728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046f153e209a5cd3f74fd7315743b51ff1853af1;p=thirdparty%2Fglibc.git Fix typo in ChangeLog entry for commit 03759f47db62930f2dddf1c9733ef89b9d99e2da --- diff --git a/ChangeLog b/ChangeLog index f3c8d4e78cc..d7463671485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5116,7 +5116,7 @@ (do_one_test): Call check_result. (test_main): Call check1. * string/bug-strstr1.c (main): Moved to ... - * string/test-strchr.c (check1): Here. New function. + * string/test-strstr.c (check1): Here. New function. (do_one_test): Break out result checking code into ... (check_result): This. New function. (do_one_test): Call check_result.