update godoc

This commit is contained in:
vz 2018-10-02 09:05:57 -04:00 committed by GitHub
parent ea1166564a
commit 51a2394a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1565,7 +1565,7 @@ func FindNames() ([]string, error) {
return strArr, err
}
// FindIds finds the all processes named with a subset of "name" (case insensitive), returning matching IDs.
// FindIds finds the all processes named with a subset of "name" (case insensitive), return matching IDs.
func FindIds(name string) ([]int32, error) {
var pids []int32
nps, err := Process()