瀏覽代碼

fixed spelling error in windows.go

Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>
Nirmal Mehta 9 年之前
父節點
當前提交
36a9151b27
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/graphdriver/windows/windows.go

+ 1 - 1
daemon/graphdriver/windows/windows.go

@@ -624,7 +624,7 @@ func writeLayerFromTar(r archive.Reader, w hcsshim.LayerWriter) (int64, error) {
 			}
 			}
 			buf.Reset(w)
 			buf.Reset(w)
 
 
-			// Add the Hyper-V Virutal Machine group ACE to the security descriptor
+			// Add the Hyper-V Virtual Machine group ACE to the security descriptor
 			// for TP5 so that Xenons can access all files. This is not necessary
 			// for TP5 so that Xenons can access all files. This is not necessary
 			// for post-TP5 builds.
 			// for post-TP5 builds.
 			if isTP5OrOlder() {
 			if isTP5OrOlder() {