mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
fix typo
This commit is contained in:
parent
a5be59e411
commit
29c69f26f6
@ -1,6 +1,6 @@
|
|||||||
package kernel
|
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
|
// 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
|
// from the fact that the Go allocator is not available to us so we cannot use
|
||||||
// errors.New.
|
// errors.New.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user