From 1fa80d2ca62f8533bb642c181b5c2353e0fa108b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 3 May 2016 20:23:25 -0700 Subject: [PATCH] specs-go/config: Drop platform-independent comment This has been stale since cb2da543 (config: Single, unified config file, 2015-12-28, #284), when we dropped the attempt to distinguish between platform-independent and platform-dependent configuration. Signed-off-by: W. Trevor King --- specs-go/config.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/specs-go/config.go b/specs-go/config.go index 454df6ffb..9b54f14ad 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -2,9 +2,7 @@ package specs import "os" -// Spec is the base configuration for the container. It specifies platform -// independent configuration. This information must be included when the -// bundle is packaged for distribution. +// Spec is the base configuration for the container. type Spec struct { // Version is the version of the specification that is supported. Version string `json:"ociVersion"`