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
+1 -1
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
}