From a71a301a287afd9ae962d97dc0222841da6694d6 Mon Sep 17 00:00:00 2001 From: Yuanhong Peng Date: Fri, 9 Sep 2016 16:18:54 +0800 Subject: [PATCH] Fix typo. Signed-off-by: Yuanhong Peng --- libcontainer/cgroups/cgroups.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/cgroups/cgroups.go b/libcontainer/cgroups/cgroups.go index 274ab47dd..35fc8eb96 100644 --- a/libcontainer/cgroups/cgroups.go +++ b/libcontainer/cgroups/cgroups.go @@ -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 }