vendor containers/psgo@v1.5.2

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2021-01-05 10:44:16 +01:00
parent 1b9366d650
commit 21f5154399
8 changed files with 23 additions and 22 deletions

View File

@ -24,7 +24,7 @@ import (
"github.com/pkg/errors"
)
// Status is a direct translation of a `/proc/[pid]/status`, wich provides much
// Status is a direct translation of a `/proc/[pid]/status`, which provides much
// of the information in /proc/[pid]/stat and /proc/[pid]/statm in a format
// that's easier for humans to parse.
type Status struct {