From: Darren Tucker Date: Tue, 8 Nov 2022 21:27:47 +0000 (+1100) Subject: Fix comment text. From emaste at freebsd.org. X-Git-Tag: V_9_2_P1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dffa64480163fbf76af7e4fb62c26bb0dd6642aa;p=thirdparty%2Fopenssh-portable.git Fix comment text. From emaste at freebsd.org. --- diff --git a/platform-tracing.c b/platform-tracing.c index 80488bf70..650c7e59f 100644 --- a/platform-tracing.c +++ b/platform-tracing.c @@ -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;