mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in overlay's create godoc.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
542de786c2
commit
5bac5302e5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue