Browse code

fix some typos in libcontainer\types_windows.go

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>

lixiaobing10051267 authored on 2016/12/14 16:50:25
Showing 1 changed files
... ...
@@ -16,11 +16,10 @@ type StateInfo struct {
16 16
 	CommonStateInfo
17 17
 
18 18
 	// Platform specific StateInfo
19
-
20 19
 	UpdatePending bool // Indicates that there are some update operations pending that should be completed by a servicing container.
21 20
 }
22 21
 
23
-// Stats contains statics from HCS
22
+// Stats contains statistics from HCS
24 23
 type Stats hcsshim.Statistics
25 24
 
26 25
 // Resources defines updatable container resource values.
... ...
@@ -49,7 +48,7 @@ type HyperVIsolationOption struct {
49 49
 // LayerOption is a CreateOption that indicates to the runtime the layer folder
50 50
 // and layer paths for a container.
51 51
 type LayerOption struct {
52
-	// LayerFolder is the path to the current layer folder. Empty for Hyper-V containers.
52
+	// LayerFolderPath is the path to the current layer folder. Empty for Hyper-V containers.
53 53
 	LayerFolderPath string `json:",omitempty"`
54 54
 	// Layer paths of the parent layers
55 55
 	LayerPaths []string