]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix comment text. From emaste at freebsd.org.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 8 Nov 2022 21:27:47 +0000 (08:27 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 8 Nov 2022 21:27:47 +0000 (08:27 +1100)
platform-tracing.c

index 80488bf701042f83adb35f8edc48d74da0d8cfd0..650c7e59fa5078b2100d0001855edbdb28656e76 100644 (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;