Skip to content

Commit 62609d6

Browse files
committed
Fix typo in description comment
Signed-off-by: Phil Estes <[email protected]>
1 parent b99a66c commit 62609d6

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)