git: 4b59d1724b76 - main - killpg1(): update the herald comment

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 04 Jul 2023 03:44:09 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=4b59d1724b765063891cb44c28079b4c503a02fd

commit 4b59d1724b765063891cb44c28079b4c503a02fd
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-06-16 09:02:04 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-07-04 03:21:53 +0000

    killpg1(): update the herald comment
    
    Reviewed by:    markj
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D40493
---
 sys/kern/kern_sig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index 210ef24e52fa..167ebc1be4f3 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -1825,7 +1825,7 @@ kill_processes_prison_cb(struct proc *p, void *arg)
 
 /*
  * Common code for kill process group/broadcast kill.
- * cp is calling process.
+ * td is the calling thread, as usual.
  */
 static int
 killpg1(struct thread *td, int sig, int pgid, int all, ksiginfo_t *ksi)