Fix type in comment

pull/564/head
Tara Gu 2019-02-03 15:25:09 -05:00
parent 0c2613c71a
commit c8f6038c96
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ func (g *dockerConfigUrlKeyProvider) Provide() 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.
func runWithBackoff(f func() ([]byte, error)) []byte {
var backoff = 100 * time.Millisecond