Skip to content

Commit 9beb998

Browse files
Merge pull request #61 from gliptak/patch-3
Correct comment typo
2 parents 84e6e6e + d961ab9 commit 9beb998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsystem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
)
4343

4444
// Subsystems returns a complete list of the default cgroups
45-
// avaliable on most linux systems
45+
// available on most linux systems
4646
func Subsystems() []Name {
4747
n := []Name{
4848
Hugetlb,

0 commit comments

Comments
 (0)