git: 509300e1ffbe - main - pfind: Fix coments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Dec 2024 16:48:01 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=509300e1ffbe71a6f6608fa188dbcfe4ae1fbbdf commit 509300e1ffbe71a6f6608fa188dbcfe4ae1fbbdf Author: Yan-Hao Wang <bses30074@gmail.com> AuthorDate: 2024-12-06 16:46:38 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-12-06 16:47:40 +0000 pfind: Fix coments PR: 283093 Reviewed by: imp --- sys/kern/kern_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index 032bea6cfc9b..77ae6cbddea5 100644 --- a/sys/kern/kern_proc.c +++ b/sys/kern/kern_proc.c @@ -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)