From f1f6738d974a5bb4f798a1f01fd074bfb45f681f Mon Sep 17 00:00:00 2001 From: David Calavera Date: Sat, 8 Aug 2015 15:11:09 -0700 Subject: [PATCH] Fix typo in Overlay documentation. 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 b96e941d69..e8a070d92d 100644 --- a/daemon/graphdriver/overlay/overlay.go +++ b/daemon/graphdriver/overlay/overlay.go @@ -86,7 +86,7 @@ func (d *naiveDiffDriverWithApply) ApplyDiff(id, parent string, diff archive.Rea // data with the parent. // ActiveMount contains information about the count, path and whether is mounted or not. -// This information is part of the Driver, that contains list of active mounts taht are part of this overlay. +// This information is part of the Driver, that contains list of active mounts that are part of this overlay. type ActiveMount struct { count int path string