Merge pull request #832 from valasabk/fuxofrunccomment

libcontainer: Fix Running Comment
This commit is contained in:
Alexander Morozov 2016-05-19 13:42:26 -07:00
commit e574996911
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const (
// Created is the status that denotes the container exists but has not been run yet
Created Status = iota
// Created is the status that denotes the container exists and is running.
// Running is the status that denotes the container exists and is running.
Running
// Pausing is the status that denotes the container exists, it is in the process of being paused.