summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-10-09 17:25:30 +0000
committerjhb <jhb@FreeBSD.org>2001-10-09 17:25:30 +0000
commit0ff4076a7e4226ee327b84e202fa0688a67199a3 (patch)
tree8a427b06df8530b725d79bdf8397963958fc9b76
parent3af7ef2c4be7dc5930c3f1035aa09a15a51af406 (diff)
downloadFreeBSD-src-0ff4076a7e4226ee327b84e202fa0688a67199a3.zip
FreeBSD-src-0ff4076a7e4226ee327b84e202fa0688a67199a3.tar.gz
proces -> process in a comment.
-rw-r--r--sys/kern/kern_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index 0091d09..155cfec 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -262,7 +262,7 @@ interpret:
/*
* For security and other reasons, signal handlers cannot
- * be shared after an exec. The new proces gets a copy of the old
+ * be shared after an exec. The new process gets a copy of the old
* handlers. In execsigs(), the new process will have its signals
* reset.
*/
OpenPOWER on IntegriCloud