From 52c5d508b7070040f1c6789eb3d588aa35192429 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 9 Oct 2001 17:25:30 +0000 Subject: [PATCH] proces -> process in a comment. --- sys/kern/kern_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 0091d09a5354..155cfec4d825 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -262,7 +262,7 @@ execve(td, uap) /* * 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. */