Преглед изворни кода

Merge pull request #15059 from calavera/fix_overlay_comments_typo

Fix typo in overlay's create godoc.
Jessie Frazelle пре 10 година
родитељ
комит
7886056d74
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      daemon/graphdriver/overlay/overlay.go

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

@@ -69,7 +69,7 @@ func (d *naiveDiffDriverWithApply) ApplyDiff(id, parent string, diff archive.Arc
 // directory overlaid on the parents root. This is typically the
 // directory overlaid on the parents root. This is typically the
 // case with the init layer of a container which is based on an image.
 // case with the init layer of a container which is based on an image.
 // If there is no "root" in the parent, we inherit the lower-id from
 // If there is no "root" in the parent, we inherit the lower-id from
-// the parent and start by making a copy if the parents "upper" dir.
+// the parent and start by making a copy in the parent's "upper" dir.
 // This is typically the case for a container layer which copies
 // This is typically the case for a container layer which copies
 // its parent -init upper layer.
 // its parent -init upper layer.