Update inline doc for New

Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>
Upstream-commit: 3716df57c097803dec220ff95fffdae8394145fc
Component: engine
This commit is contained in:
Eric Rafaloff
2015-03-27 13:55:22 -04:00
parent cce1904e9d
commit e9805495bf
+1 -1
View File
@@ -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 {