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.
1 parent ce5d8cf commit 6ed0652Copy full SHA for 6ed0652
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