]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 f3c8d4e78cc0b79e9004147d5fb920ef77010e57..d746367148523b61b1e32b56faa2a5f8c520281e 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.