mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix a typo in graph/graph.go
Signed-off-by: Liu Hua <sdu.liu@huawei.com>
This commit is contained in:
parent
650feb29f1
commit
883fcfe425
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ func (graph *Graph) walkAll(handler func(*image.Image)) {
|
|||
}
|
||||
|
||||
// ByParent returns a lookup table of images by their parent.
|
||||
// If an image of id ID has 3 children images, then the value for key ID
|
||||
// If an image of key ID has 3 children images, then the value for key ID
|
||||
// will be a list of 3 images.
|
||||
// If an image has no children, it will not have an entry in the table.
|
||||
func (graph *Graph) ByParent() map[string][]*image.Image {
|
||||
|
|
Loading…
Reference in a new issue