diff --git a/probe/endpoint/procspy/proc_linux.go b/probe/endpoint/procspy/proc_linux.go index b7552a71d0..d94c8700ee 100644 --- a/probe/endpoint/procspy/proc_linux.go +++ b/probe/endpoint/procspy/proc_linux.go @@ -115,7 +115,7 @@ func readProcessConnections(buf *bytes.Buffer, namespaceProcs []*process.Process return read+read6 > 0, nil } - // It would be cool an "or" error combinator + // It would be cool to have an "or" error combinator if errRead != nil { return false, errRead }