Merge pull request #7031 from swagatbora90/fix-spelling-overlay

fix minor spelling mistake: lablel -> label
This commit is contained in:
Derek McGowan 2022-06-08 09:51:33 -07:00 committed by GitHub
commit 5ebd96d256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ import (
"github.com/sirupsen/logrus"
)
// upperdirKey is a key of an optional lablel to each snapshot.
// upperdirKey is a key of an optional label to each snapshot.
// This optional label of a snapshot contains the location of "upperdir" where
// the change set between this snapshot and its parent is stored.
const upperdirKey = "containerd.io/snapshot/overlay.upperdir"