Fix typo in ChangeLog entry for commit 03759f47db

This commit is contained in:
Tom de Vries 2013-02-11 14:52:13 +01:00
parent 550a0b89b4
commit 046f153e20

View File

@ -5116,7 +5116,7 @@
(do_one_test): Call check_result. (do_one_test): Call check_result.
(test_main): Call check1. (test_main): Call check1.
* string/bug-strstr1.c (main): Moved to ... * 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 ... (do_one_test): Break out result checking code into ...
(check_result): This. New function. (check_result): This. New function.
(do_one_test): Call check_result. (do_one_test): Call check_result.