changeset 10196:a59b1061e84a

Fix copy&pasted comment.
author Bruno Haible <bruno@clisp.org>
date Tue, 10 Jun 2008 14:33:21 +0200
parents cc40656bc64e
children d079dd7b69bc
files tests/test-strcasestr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-strcasestr.c	Tue Jun 10 06:25:20 2008 -0600
+++ b/tests/test-strcasestr.c	Tue Jun 10 14:33:21 2008 +0200
@@ -43,7 +43,7 @@
 #if HAVE_DECL_ALARM
   /* Declare failure if test takes too long, by using default abort
      caused by SIGALRM.  All known platforms that lack alarm also lack
-     strcasestr, and the replacement memmem is known to not take too
+     strcasestr, and the replacement strcasestr is known to not take too
      long.  */
   signal (SIGALRM, SIG_DFL);
   alarm (50);