Fix minor typo

This commit is contained in:
Alfonso Acosta
2017-01-02 14:28:22 +00:00
parent dfb52f0d93
commit 5c3ea83846

View File

@@ -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
}