mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix a typos in layer_windows.go
Signed-off-by: zhenhai gao <gaozh1988@live.com>
This commit is contained in:
parent
758255791e
commit
7c5cf58328
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
// Getter is an interface to get the path to a layer on the host.
|
// Getter is an interface to get the path to a layer on the host.
|
||||||
type Getter interface {
|
type Getter interface {
|
||||||
// GetLayerPath gets the path for the layer. This is different from Get()
|
// GetLayerPath gets the path for the layer. This is different from Get()
|
||||||
// since that returns an interface to account for umountable layers.
|
// since that returns an interface to account for unmountable layers.
|
||||||
GetLayerPath(id string) (string, error)
|
GetLayerPath(id string) (string, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue