From 29c69f26f60218203b21dc7177691ecfdd616818 Mon Sep 17 00:00:00 2001 From: Kofi Asare Date: Tue, 13 Jun 2017 10:12:23 +0000 Subject: [PATCH] fix typo --- kernel/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/error.go b/kernel/error.go index c3accfd..b2f735c 100644 --- a/kernel/error.go +++ b/kernel/error.go @@ -1,6 +1,6 @@ package kernel -// Error describes a kernel kerror. All kernel errors must be defined as global +// Error describes a kernel error. All kernel errors must be defined as global // variables that are pointers to the Error structure. This requirement stems // from the fact that the Go allocator is not available to us so we cannot use // errors.New.