runtime_config_linux: Fix 'LinuxSpec' -> 'LinuxRuntimeSpec' in comment
Fix a copy-paste error from 7232e4b1
(specs: introduce the concept of
a runtime.json, #88).
Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
parent
6a5a445465
commit
d9f623da6d
|
@ -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