From 3716df57c097803dec220ff95fffdae8394145fc Mon Sep 17 00:00:00 2001 From: Eric Rafaloff Date: Fri, 27 Mar 2015 13:55:22 -0400 Subject: [PATCH] Update inline doc for New Signed-off-by: Eric Rafaloff --- pkg/sysinfo/sysinfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sysinfo/sysinfo.go b/pkg/sysinfo/sysinfo.go index 67dc589bb9..16839bcb4c 100644 --- a/pkg/sysinfo/sysinfo.go +++ b/pkg/sysinfo/sysinfo.go @@ -17,7 +17,7 @@ type SysInfo struct { AppArmor bool } -// Returns a new SysInfo, using the filesystem to detect which features the kernel supports. +// New returns a new SysInfo, using the filesystem to detect which features the kernel supports. func New(quiet bool) *SysInfo { sysInfo := &SysInfo{} if cgroupMemoryMountpoint, err := cgroups.FindCgroupMountpoint("memory"); err != nil {