diff --git a/probe/endpoint/conntrack.go b/probe/endpoint/conntrack.go index 54f889c93..ff5875e85 100644 --- a/probe/endpoint/conntrack.go +++ b/probe/endpoint/conntrack.go @@ -204,7 +204,7 @@ func (c *conntrackWalker) run() { scanner := bufio.NewScanner(bufio.NewReader(stdout)) defer log.Infof("conntrack exiting") - // Lop on the output stream + // Loop on the output stream for { f, err := decodeStreamedFlow(scanner) if err != nil {