diff --git a/daemon/graphdriver/lcow/lcow.go b/daemon/graphdriver/lcow/lcow.go index 5ec8b8baaa..058c69fd97 100644 --- a/daemon/graphdriver/lcow/lcow.go +++ b/daemon/graphdriver/lcow/lcow.go @@ -824,7 +824,7 @@ func (d *Driver) ApplyDiff(id, parent string, diff io.Reader) (int64, error) { return 0, fmt.Errorf("lcowdriver: applydiff: svm failed to boot: %s", err) } - // TODO @jhowardmsft - the retries are temporary to overcome platform reliablity issues. + // TODO @jhowardmsft - the retries are temporary to overcome platform reliability issues. // Obviously this will be removed as platform bugs are fixed. retries := 0 for {