We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce5d8cf + 6ed0652 commit 09fd10eCopy full SHA for 09fd10e
libcontainer/process_linux.go
@@ -32,7 +32,7 @@ type parentProcess interface {
32
// wait waits on the process returning the process state.
33
wait() (*os.ProcessState, error)
34
35
- // startTime return's the process start time.
+ // startTime returns the process start time.
36
startTime() (string, error)
37
38
signal(os.Signal) error
0 commit comments