Merge pull request #6186 from unclejack/fix_typo_aufsgo

fix diffs->diff typo in aufs.go
This commit is contained in:
Tibor Vass
2014-06-03 16:59:43 -07:00
+1 -1
View File
@@ -7,7 +7,7 @@ aufs driver directory structure
│   ├── 1
│   ├── 2
│   └── 3
├── diffs // Content of the layer
├── diff // Content of the layer
│   ├── 1 // Contains layers that need to be mounted for the id
│   ├── 2
│   └── 3