diff --git a/daemon/images/metrics.go b/daemon/images/metrics.go index 1b1056462c..290aba38d3 100644 --- a/daemon/images/metrics.go +++ b/daemon/images/metrics.go @@ -4,7 +4,7 @@ import ( metrics "github.com/docker/go-metrics" ) -// ImagesActions measures the time it takes to process some image actions. +// ImageActions measures the time it takes to process some image actions. // Exported for use in the containerd-backed image store and it is not intended // for external consumption. Do not use! var ImageActions metrics.LabeledTimer