Fix typo in ChangeLog entry for commit 03759f47db62930f2dddf1c9733ef89b9d99e2da
authorTom de Vries <tom@codesourcery.com>
Mon, 11 Feb 2013 13:52:13 +0000 (14:52 +0100)
committerTom de Vries <tom@codesourcery.com>
Mon, 11 Feb 2013 13:52:13 +0000 (14:52 +0100)
ChangeLog

index f3c8d4e..d746367 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        (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.