Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Jan 2, 2017
1 parent dfb52f0 commit 5c3ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe/endpoint/procspy/proc_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 5c3ea83

Please sign in to comment.