diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libc/sigreturn/sigret.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/sigreturn/sigret.c b/src/regress/lib/libc/sigreturn/sigret.c index fb8bd9222f..416869007a 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.3 2002/01/02 23:26:57 marc Exp $ | 2 | * $OpenBSD: sigret.c,v 1.4 2002/04/30 01:59:47 deraadt Exp $ |
| 3 | * | 3 | * |
| 4 | * Public Domain | 4 | * Public Domain |
| 5 | * | 5 | * |
| @@ -153,7 +153,7 @@ main(int argc, char * argv[]) | |||
| 153 | 153 | ||
| 154 | /* make sure there is no other cruft left on the command line */ | 154 | /* make sure there is no other cruft left on the command line */ |
| 155 | if (optind != argc) | 155 | if (optind != argc) |
| 156 | usage("unknown arguement -- %s", argv[ optind ]); | 156 | usage("unknown argument -- %s", argv[ optind ]); |
| 157 | 157 | ||
| 158 | if (altstack) { | 158 | if (altstack) { |
| 159 | if ((ss.ss_sp = malloc(SIGSTKSZ)) == NULL) | 159 | if ((ss.ss_sp = malloc(SIGSTKSZ)) == NULL) |
