mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
pfind: Fix coments
PR: 283093 Reviewed by: imp
This commit is contained in:
parent
07d78399eb
commit
509300e1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue