Merge pull request #121 from wking/linux-runtime-spec-comment-typo

runtime_config_linux: Fix 'LinuxSpec' -> 'LinuxRuntimeSpec' in comment
This commit is contained in:
Brandon Philips 2015-08-29 08:31:42 -07:00
commit 7c5c02ad48
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.