Browse Source

Merge pull request #15427 from calavera/fix_overlay_typo

Fix typo in Overlay documentation.
Doug Davis 10 years ago
parent
commit
34a17a5de1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/graphdriver/overlay/overlay.go

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

@@ -86,7 +86,7 @@ func (d *naiveDiffDriverWithApply) ApplyDiff(id, parent string, diff archive.Rea
 // data with the parent.
 // data with the parent.
 
 
 // ActiveMount contains information about the count, path and whether is mounted or not.
 // 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 {
 type ActiveMount struct {
 	count   int
 	count   int
 	path    string
 	path    string