Skip to content

Commit 7c5c02a

Browse files
committed
Merge pull request #121 from wking/linux-runtime-spec-comment-typo
runtime_config_linux: Fix 'LinuxSpec' -> 'LinuxRuntimeSpec' in comment
2 parents 6a5a445 + d9f623d commit 7c5c02a

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)