From 5ca9556a818e721db2e43ed16155e3f0fedf2093 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 10 Jun 2008 14:33:21 +0200 Subject: [PATCH] Fix copy&pasted comment. --- tests/test-strcasestr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-strcasestr.c b/tests/test-strcasestr.c index 88798a5666..4abf49a052 100644 --- a/tests/test-strcasestr.c +++ b/tests/test-strcasestr.c @@ -43,7 +43,7 @@ main () #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); -- 2.30.2