exit1(): fix a comment typo

Signed-off-by: Igor Ostapenko <pm@igoro.pro>
Reviewed by:	emaste
Pull Request:	https://github.com/freebsd/freebsd-src/pull/809
This commit is contained in:
Igor Ostapenko
2023-08-03 14:49:27 +03:00
committed by Ed Maste
parent 106c9ff5ac
commit 452661c967
+1 -1
View File
@@ -691,7 +691,7 @@ exit1(struct thread *td, int rval, int signo)
prison_proc_free(p->p_ucred->cr_prison);
/*
* The state PRS_ZOMBIE prevents other proesses from sending
* The state PRS_ZOMBIE prevents other processes from sending
* signal to the process, to avoid memory leak, we free memory
* for signal queue at the time when the state is set.
*/