Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>
| ... | ... |
@@ -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 {
|