pfind: Fix coments

PR: 283093
Reviewed by: imp
This commit is contained in:
Yan-Hao Wang 2024-12-06 09:46:38 -07:00 committed by Warner Losh
parent 07d78399eb
commit 509300e1ff

View file

@ -412,7 +412,7 @@ pidhash_sunlockall(void)
}
/*
* Similar to pfind_any(), this function finds zombies.
* Similar to pfind(), this function locate a process by number.
*/
struct proc *
pfind_any_locked(pid_t pid)