diff --git a/runtime_config_linux.go b/runtime_config_linux.go index f786bda5..7a8b4953 100644 --- a/runtime_config_linux.go +++ b/runtime_config_linux.go @@ -2,7 +2,7 @@ package specs import "os" -// LinuxSpec is the full specification for linux containers. +// LinuxRuntimeSpec is the full specification for linux containers. type LinuxRuntimeSpec struct { RuntimeSpec // Linux is platform specific configuration for linux based containers.