浏览代码

Merge pull request #25822 from Microsoft/jjh/typo

Fix minor comment typo.
Doug Davis 9 年之前
父节点
当前提交
79210b9d5a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      libcontainerd/types_windows.go

+ 2 - 2
libcontainerd/types_windows.go

@@ -32,8 +32,8 @@ type Stats struct{}
 // Resources defines updatable container resource values.
 type Resources struct{}
 
-// ServicingOption is an empty CreateOption with a no-op application that siginifies
-// the container needs to be use for a Windows servicing operation.
+// ServicingOption is an empty CreateOption with a no-op application that signifies
+// the container needs to be used for a Windows servicing operation.
 type ServicingOption struct {
 	IsServicing bool
 }