Fix typo in description comment

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes 2019-05-20 04:21:39 -04:00
parent b99a66c267
commit 62609d66d0
No known key found for this signature in database
GPG Key ID: 0F386284C03A1162

View File

@ -23,10 +23,10 @@ const (
// DefaultMaxSendMsgSize defines the default maximum message size for // DefaultMaxSendMsgSize defines the default maximum message size for
// sending protobufs passed over the GRPC API. // sending protobufs passed over the GRPC API.
DefaultMaxSendMsgSize = 16 << 20 DefaultMaxSendMsgSize = 16 << 20
// DefaultRuntimeNSLabel defines the namespace label to check for // DefaultRuntimeNSLabel defines the namespace label to check for the
// default runtime // default runtime
DefaultRuntimeNSLabel = "containerd.io/defaults/runtime" DefaultRuntimeNSLabel = "containerd.io/defaults/runtime"
// DefaultSnapshotterNSLabel defines the namespances label to check for // DefaultSnapshotterNSLabel defines the namespace label to check for the
// default snapshotter // default snapshotter
DefaultSnapshotterNSLabel = "containerd.io/defaults/snapshotter" DefaultSnapshotterNSLabel = "containerd.io/defaults/snapshotter"
) )