From 6ece4e20acd943b49b05a36f14594ad7413c1897 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 27 Mar 2025 14:35:29 -0400 Subject: remove trailing whitespace --- kernel/procs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/procs.c') diff --git a/kernel/procs.c b/kernel/procs.c index 64edb49..88589d0 100644 --- a/kernel/procs.c +++ b/kernel/procs.c @@ -339,7 +339,7 @@ void pcb_zombify(register pcb_t *victim) ** ** Also note: it's possible that the exiting process' parent is ** also init, which means we're letting one of zombie children - ** of the exiting process be cleaned up by init before the + ** of the exiting process be cleaned up by init before the ** existing process itself is cleaned up by init. This will work, ** because after init cleans up the zombie, it will loop and ** call waitpid() again, by which time this exiting process will -- cgit v1.2.3-freya