Merge pull request #6186 from unclejack/fix_typo_aufsgo

fix diffs->diff typo in aufs.go
Upstream-commit: 2a92c53a060685f3d719c703f7b6287537ba7852
Component: engine
This commit is contained in:
Tibor Vass
2014-06-03 16:59:43 -07:00
@@ -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