Skip to content

Commit 09fd10e

Browse files
author
Mrunal Patel
authored
Merge pull request #1060 from YummyPeng/fix-typo
Fix typo
2 parents ce5d8cf + 6ed0652 commit 09fd10e

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)