From d961ab930c38eb8bedcded479f1708b2ef4984c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Mon, 22 Oct 2018 20:50:37 -0400 Subject: [PATCH] Correct typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- subsystem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsystem.go b/subsystem.go index 933a6c38d6b20..23de04d494fc6 100644 --- a/subsystem.go +++ b/subsystem.go @@ -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,