Browse code

Update inline doc for New

Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>

Eric Rafaloff authored on 2015/03/28 02:55:22
Showing 1 changed files
... ...
@@ -17,7 +17,7 @@ type SysInfo struct {
17 17
 	AppArmor               bool
18 18
 }
19 19
 
20
-// Returns a new SysInfo, using the filesystem to detect which features the kernel supports.
20
+// New returns a new SysInfo, using the filesystem to detect which features the kernel supports.
21 21
 func New(quiet bool) *SysInfo {
22 22
 	sysInfo := &SysInfo{}
23 23
 	if cgroupMemoryMountpoint, err := cgroups.FindCgroupMountpoint("memory"); err != nil {