diff options
author | guenther <> | 2013-12-21 05:17:29 +0000 |
---|---|---|
committer | guenther <> | 2013-12-21 05:17:29 +0000 |
commit | cb49ff4318ecd1de077f1738792042d67439728c (patch) | |
tree | dabd37a6e52fe24985d1a44bb2e947763d2969ba | |
parent | feb1df3dac5b4906695ecd5078f62a9e8381ccb9 (diff) | |
download | openbsd-cb49ff4318ecd1de077f1738792042d67439728c.tar.gz openbsd-cb49ff4318ecd1de077f1738792042d67439728c.tar.bz2 openbsd-cb49ff4318ecd1de077f1738792042d67439728c.zip |
Fix a comment
-rw-r--r-- | src/regress/lib/libc/sigreturn/sigret.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libc/sigreturn/sigret.c b/src/regress/lib/libc/sigreturn/sigret.c index 72945fa503..2daed9da53 100644 --- a/src/regress/lib/libc/sigreturn/sigret.c +++ b/src/regress/lib/libc/sigreturn/sigret.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $OpenBSD: sigret.c,v 1.5 2003/07/31 21:48:04 deraadt Exp $ | 2 | * $OpenBSD: sigret.c,v 1.6 2013/12/21 05:17:29 guenther Exp $ |
3 | * | 3 | * |
4 | * Public Domain | 4 | * Public Domain |
5 | * | 5 | * |
@@ -33,8 +33,7 @@ | |||
33 | #include <unistd.h> | 33 | #include <unistd.h> |
34 | 34 | ||
35 | /* | 35 | /* |
36 | * sigalarm occurs 50 times/second. Stop running after 10 seconds | 36 | * sigalarm occurs 100 times/second. Stop running after 5 seconds |
37 | * (100 interrupts). | ||
38 | */ | 37 | */ |
39 | #define MAX_INTERRUPTS 500 | 38 | #define MAX_INTERRUPTS 500 |
40 | 39 | ||