From 5bac5302e59f0759545910ef748cc9a6f87db5c5 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Mon, 27 Jul 2015 15:37:26 -0700 Subject: [PATCH] Fix typo in overlay's create godoc. Signed-off-by: David Calavera --- daemon/graphdriver/overlay/overlay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/graphdriver/overlay/overlay.go b/daemon/graphdriver/overlay/overlay.go index 9cde62ae96..1723278a0c 100644 --- a/daemon/graphdriver/overlay/overlay.go +++ b/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 // 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 -// 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 // its parent -init upper layer.