[openssh-commits] [openssh] 02/03: Fix comment text. From emaste at freebsd.org.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Nov 9 09:43:29 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit dffa64480163fbf76af7e4fb62c26bb0dd6642aa
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Nov 9 08:27:47 2022 +1100

    Fix comment text.  From emaste at freebsd.org.
---
 platform-tracing.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platform-tracing.c b/platform-tracing.c
index 80488bf7..650c7e59 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;

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list