Merge pull request #758 from rajasec/container-pause-comment

Update the comment for container pause
This commit is contained in:
Michael Crosby 2016-04-19 16:16:41 -07:00
commit 7dd87976ed
1 changed files with 1 additions and 1 deletions

View File

@ -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.