From 76ae16d4215acf4d1e79f6972fffdabf55271f5b Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 20 Apr 2009 15:10:03 +0000 Subject: [PATCH] Fix typo. Noted by: jhb MFC after: 2 weeks --- sys/kern/kern_exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index c35c6f2356a..a10e915e0a1 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -507,7 +507,7 @@ exit1(struct thread *td, int rv) /* * Notify parent, so in case he was wait(2)ing or - * executiing waitpid(2) with our pid, he will + * executing waitpid(2) with our pid, he will * continue. */ wakeup(pp); -- 2.45.2