Commit c8f6038c authored by Tara Gu's avatar Tara Gu

Fix type in comment

parent 0c2613c7
...@@ -173,7 +173,7 @@ func (g *dockerConfigUrlKeyProvider) Provide() credentialprovider.DockerConfig { ...@@ -173,7 +173,7 @@ func (g *dockerConfigUrlKeyProvider) Provide() credentialprovider.DockerConfig {
return credentialprovider.DockerConfig{} return credentialprovider.DockerConfig{}
} }
// runcWithBackoff runs input function `f` with an exponential backoff. // runWithBackoff runs input function `f` with an exponential backoff.
// Note that this method can block indefinitely. // Note that this method can block indefinitely.
func runWithBackoff(f func() ([]byte, error)) []byte { func runWithBackoff(f func() ([]byte, error)) []byte {
var backoff = 100 * time.Millisecond var backoff = 100 * time.Millisecond
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment