ssh: update comment text to match upstream

Reported by:	bz
Obtained from:	OpenSSH dffa64480163
This commit is contained in:
Ed Maste 2022-11-09 11:31:26 -05:00
parent 0b00b80149
commit 733bf3b108

View File

@ -45,8 +45,8 @@ platform_disable_tracing(int strict)
/*
* On FreeBSD, we should make this process untraceable.
* pid=0 means "this process" and but some older kernels do not
* understand that, so retry with our own pid before failing.
* pid=0 means "this process" but some older kernels do not
* understand that so retry with our own pid before failing.
*/
if (procctl(P_PID, 0, PROC_TRACE_CTL, &disable_trace) == 0)
return;