projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae75d79
)
Fix copy&pasted comment.
author
Bruno Haible
<bruno@clisp.org>
Tue, 10 Jun 2008 12:33:21 +0000
(14:33 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 10 Jun 2008 12:33:21 +0000
(14:33 +0200)
tests/test-strcasestr.c
patch
|
blob
|
history
diff --git
a/tests/test-strcasestr.c
b/tests/test-strcasestr.c
index 88798a5666d16699a8d07e366c866371a529686a..4abf49a0520eef7baa6f278649d72e20f5d65ba3 100644
(file)
--- 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);