Merge pull request #1028 from YummyPeng/fix-typo

Fix typo.
This commit is contained in:
Mrunal Patel 2016-09-12 10:00:41 -07:00 committed by GitHub
commit 124187bea3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ type Manager interface {
// restore the object later.
GetPaths() map[string]string
// Set the cgroup as configured.
// Sets the cgroup as configured.
Set(container *configs.Config) error
}