From 87e2a95951c3e00e8d672922a8bc07337c7a331c Mon Sep 17 00:00:00 2001 From: hs0210 Date: Thu, 26 Dec 2019 09:35:52 +0800 Subject: [PATCH] Fix a typo in task.go Signed-off-by: Hu Shuai --- task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task.go b/task.go index fadb2db45..a0c1dcd5b 100644 --- a/task.go +++ b/task.go @@ -159,7 +159,7 @@ type Task interface { // Pids returns a list of system specific process ids inside the task Pids(context.Context) ([]ProcessInfo, error) // Checkpoint serializes the runtime and memory information of a task into an - // OCI Index that can be push and pulled from a remote resource. + // OCI Index that can be pushed and pulled from a remote resource. // // Additional software like CRIU maybe required to checkpoint and restore tasks // NOTE: Checkpoint supports to dump task information to a directory, in this way,