From: Bruno Haible Date: Tue, 10 Jun 2008 12:33:21 +0000 (+0200) Subject: Fix copy&pasted comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ca9556a818e721db2e43ed16155e3f0fedf2093;p=pspp Fix copy&pasted comment. --- 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);