Fix typo
Signed-off-by: Yuanhong Peng <pengyuanhong@huawei.com>
This commit is contained in:
parent
ce5d8cf941
commit
6ed0652ee0
|
@ -32,7 +32,7 @@ type parentProcess interface {
|
|||
// wait waits on the process returning the process state.
|
||||
wait() (*os.ProcessState, error)
|
||||
|
||||
// startTime return's the process start time.
|
||||
// startTime returns the process start time.
|
||||
startTime() (string, error)
|
||||
|
||||
signal(os.Signal) error
|
||||
|
|
Loading…
Reference in New Issue