1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update inline doc for New

Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>
This commit is contained in:
Eric Rafaloff 2015-03-27 13:55:22 -04:00
parent 6abe160eae
commit 3716df57c0

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 {