Skip to content

Commit d9f623d

Browse files
committed
runtime_config_linux: Fix 'LinuxSpec' -> 'LinuxRuntimeSpec' in comment
Fix a copy-paste error from 7232e4b (specs: introduce the concept of a runtime.json, opencontainers#88). Signed-off-by: W. Trevor King <[email protected]>
1 parent 6a5a445 commit d9f623d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime_config_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package specs
22

33
import "os"
44

5-
// LinuxSpec is the full specification for linux containers.
5+
// LinuxRuntimeSpec is the full specification for linux containers.
66
type LinuxRuntimeSpec struct {
77
RuntimeSpec
88
// Linux is platform specific configuration for linux based containers.

0 commit comments

Comments
 (0)