Browse Source

fix diffs->diff typo in aufs.go

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
unclejack 11 years ago
parent
commit
7a60b9063c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/graphdriver/aufs/aufs.go

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

@@ -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