From ccbd0a176f474d120333da3bf54e695dfa676d26 Mon Sep 17 00:00:00 2001 From: rajasec Date: Sat, 16 Apr 2016 14:59:19 +0530 Subject: [PATCH] Update the comment for container pause Signed-off-by: rajasec --- libcontainer/container_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/container_linux.go b/libcontainer/container_linux.go index 70aaddd5..826ace17 100644 --- a/libcontainer/container_linux.go +++ b/libcontainer/container_linux.go @@ -84,7 +84,7 @@ type Container interface { // Systemerror - System error. Restore(process *Process, criuOpts *CriuOpts) error - // If the Container state is RUNNING or PAUSING, sets the Container state to PAUSING and pauses + // If the Container state is RUNNING, sets the Container state to PAUSING and pauses // the execution of any user processes. Asynchronously, when the container finished being paused the // state is changed to PAUSED. // If the Container state is PAUSED, do nothing.