From d9f623da6dc5fa8b1d7fcd36ead7d112a85ac8a1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 28 Aug 2015 21:25:37 -0700 Subject: [PATCH] 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 --- runtime_config_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.