Signed-off-by: Kaijie Chen <chen@kaijie.org>
| ... | ... |
@@ -126,7 +126,7 @@ type RWLayer interface {
|
| 126 | 126 |
Parent() Layer |
| 127 | 127 |
|
| 128 | 128 |
// Mount mounts the RWLayer and returns the filesystem path |
| 129 |
- // the to the writable layer. |
|
| 129 |
+ // to the writable layer. |
|
| 130 | 130 |
Mount(mountLabel string) (containerfs.ContainerFS, error) |
| 131 | 131 |
|
| 132 | 132 |
// Unmount unmounts the RWLayer. This should be called |