This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix BZ #14602 ChangeLog entry


Hi,

attached patch fixes a typo in this ChangeLog entry:
...
2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>

	[BZ #14602]
	* string/test-strstr.c (check2): New function.
	(test_main): Call check2.

	* string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
	and bug-strchr1.
	* string/bug-strcasestr1.c (do_test): Moved to ...
	* string/test-strcasestr.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.
	(test_main): Call check1.
	* string/bug-strchr1.c (do_test): Moved to ...
	* string/test-strchr.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.
	(test_main): Call check1.
	* string/bug-strstr1.c (main): Moved to ...
	* string/test-strchr.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.
	(test_main): Call check1.
	* string/bug-strcasestr1.c: Removed.
	* string/bug-strchr1.c: Likewise.
	* string/bug-strstr1.c: Likewise.

...

I didn't find a description of how to submit a patch fixing a ChangeLog entry,
and couldn't find a ChangeLog entry describing a fix to a ChangeLog entry, so I
haven't included a ChangeLog.

If this is ok, could you commit this?

Thanks,
- Tom
diff --git a/ChangeLog b/ChangeLog
index f3c8d4e..d746367 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]