Skip to content

Commit

Permalink
Update inline doc for New
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Rafaloff <[email protected]>
  • Loading branch information
EricR committed Mar 27, 2015
1 parent 6abe160 commit 3716df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sysinfo/sysinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3716df5

Please sign in to comment.