Skip to content

Commit

Permalink
Merge pull request containerd#61 from gliptak/patch-3
Browse files Browse the repository at this point in the history
Correct comment typo
  • Loading branch information
crosbymichael authored Oct 23, 2018
2 parents 84e6e6e + d961ab9 commit 9beb998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
)

// Subsystems returns a complete list of the default cgroups
// avaliable on most linux systems
// available on most linux systems
func Subsystems() []Name {
n := []Name{
Hugetlb,
Expand Down

0 comments on commit 9beb998

Please sign in to comment.