瀏覽代碼

fix typo in mount.go

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
Aaron.L.Xu 8 年之前
父節點
當前提交
e0621c53af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/types/mount/mount.go

+ 1 - 1
api/types/mount/mount.go

@@ -83,7 +83,7 @@ type TmpfsOptions struct {
 	// Size sets the size of the tmpfs, in bytes.
 	// Size sets the size of the tmpfs, in bytes.
 	//
 	//
 	// This will be converted to an operating system specific value
 	// This will be converted to an operating system specific value
-	// depending on the host. For example, on linux, it will be convered to
+	// depending on the host. For example, on linux, it will be converted to
 	// use a 'k', 'm' or 'g' syntax. BSD, though not widely supported with
 	// use a 'k', 'm' or 'g' syntax. BSD, though not widely supported with
 	// docker, uses a straight byte value.
 	// docker, uses a straight byte value.
 	//
 	//