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:
W. Trevor King 2015-08-28 21:25:37 -07:00
parent 6a5a445465
commit d9f623da6d
1 changed files with 1 additions and 1 deletions

View File

@ -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.