Skip to content

Commit cafda1c

Browse files
authored
Merge pull request #3290 from estesp/typo
Fix typo in description comment
2 parents b99a66c + 62609d6 commit cafda1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

defaults/defaults.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ const (
2323
// DefaultMaxSendMsgSize defines the default maximum message size for
2424
// sending protobufs passed over the GRPC API.
2525
DefaultMaxSendMsgSize = 16 << 20
26-
// DefaultRuntimeNSLabel defines the namespace label to check for
26+
// DefaultRuntimeNSLabel defines the namespace label to check for the
2727
// default runtime
2828
DefaultRuntimeNSLabel = "containerd.io/defaults/runtime"
29-
// DefaultSnapshotterNSLabel defines the namespances label to check for
29+
// DefaultSnapshotterNSLabel defines the namespace label to check for the
3030
// default snapshotter
3131
DefaultSnapshotterNSLabel = "containerd.io/defaults/snapshotter"
3232
)

0 commit comments

Comments
 (0)