summaryrefslogtreecommitdiff
path: root/platform-tracing.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-11-09 08:27:47 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-11-09 08:27:47 +1100
commitdffa64480163fbf76af7e4fb62c26bb0dd6642aa (patch)
treed4572c5c6a63ff7766376494b0a538aec7baf3ff /platform-tracing.c
parentd9df5689c29823ab830ec4f54c83c6cc3c0077ad (diff)
downloadopenssh-git-dffa64480163fbf76af7e4fb62c26bb0dd6642aa.tar.gz
Fix comment text. From emaste at freebsd.org.
Diffstat (limited to 'platform-tracing.c')
-rw-r--r--platform-tracing.c4
1 files 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;