From 6ed0652ee07934753dff642e513c83b50712046e Mon Sep 17 00:00:00 2001 From: Yuanhong Peng Date: Wed, 21 Sep 2016 20:13:32 +0800 Subject: [PATCH] Fix typo Signed-off-by: Yuanhong Peng --- libcontainer/process_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/process_linux.go b/libcontainer/process_linux.go index b43eaebb..5b81317f 100644 --- a/libcontainer/process_linux.go +++ b/libcontainer/process_linux.go @@ -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