Merge pull request #121 from wking/linux-runtime-spec-comment-typo
runtime_config_linux: Fix 'LinuxSpec' -> 'LinuxRuntimeSpec' in comment
This commit is contained in:
commit
7c5c02ad48
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue