summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-12-21 05:17:29 +0000
committerguenther <guenther@openbsd.org>2013-12-21 05:17:29 +0000
commit1eb41d30006442bb6334b5160d186b40834c463f (patch)
treee521dac45f03dca89adcda3ffb90c3e9dc0abacd /regress/lib/libc
parentXr virtio (diff)
downloadwireguard-openbsd-1eb41d30006442bb6334b5160d186b40834c463f.tar.xz
wireguard-openbsd-1eb41d30006442bb6334b5160d186b40834c463f.zip
Fix a comment
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/sigreturn/sigret.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/lib/libc/sigreturn/sigret.c b/regress/lib/libc/sigreturn/sigret.c
index 72945fa5031..2daed9da53b 100644
--- a/regress/lib/libc/sigreturn/sigret.c
+++ b/regress/lib/libc/sigreturn/sigret.c
@@ -1,5 +1,5 @@
/*
- * $OpenBSD: sigret.c,v 1.5 2003/07/31 21:48:04 deraadt Exp $
+ * $OpenBSD: sigret.c,v 1.6 2013/12/21 05:17:29 guenther Exp $
*
* Public Domain
*
@@ -33,8 +33,7 @@
#include <unistd.h>
/*
- * sigalarm occurs 50 times/second. Stop running after 10 seconds
- * (100 interrupts).
+ * sigalarm occurs 100 times/second. Stop running after 5 seconds
*/
#define MAX_INTERRUPTS 500