Skip to content

Commit 6ed0652

Browse files
author
Yuanhong Peng
committed
Fix typo
Signed-off-by: Yuanhong Peng <[email protected]>
1 parent ce5d8cf commit 6ed0652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/process_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type parentProcess interface {
3232
// wait waits on the process returning the process state.
3333
wait() (*os.ProcessState, error)
3434

35-
// startTime return's the process start time.
35+
// startTime returns the process start time.
3636
startTime() (string, error)
3737

3838
signal(os.Signal) error

0 commit comments

Comments
 (0)