diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-05 22:41:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-05 22:41:38 +0000 |
commit | f79f7a68f5ed63574a184a8f72f6528b044126a4 (patch) | |
tree | 0ded9bafc8f500917a954e1cb3b866f8b9d6eaa9 /regress | |
parent | 06f022e0504b6deb380869038d86cdf88120a950 (diff) |
spelling
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/kern/noexec/noexec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/noexec/noexec.c b/regress/sys/kern/noexec/noexec.c index 6c2173b26cd..f281d299834 100644 --- a/regress/sys/kern/noexec/noexec.c +++ b/regress/sys/kern/noexec/noexec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: noexec.c,v 1.2 2002/09/03 15:29:33 mickey Exp $ */ +/* $OpenBSD: noexec.c,v 1.3 2003/01/05 22:41:36 deraadt Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff @@ -80,7 +80,7 @@ noexec_mprotect(void *p, size_t size) printf("%s: execute\n", label); ((void (*)(void))p)(); - /* here we are successfull on segv and fail if it still executes */ + /* here we are successful on segv and fail if it still executes */ fail = 0; mprotect(p, size, PROT_READ|PROT_WRITE); printf("%s: catch a signal\n", label); |