Merge pull request #699 from ggaaooppeenngg/gaopeng/fix-typo

Fix typo
This commit is contained in:
Mrunal Patel 2016-03-27 16:27:52 -07:00
commit f5ad78dc49
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ type Container interface {
// Systemerror - System error.
Checkpoint(criuOpts *CriuOpts) error
// Restore restores the checkpointed container to a running state using the criu(8) utiity.
// Restore restores the checkpointed container to a running state using the criu(8) utility.
//
// errors:
// Systemerror - System error.