fixed some typos in comments

Change-Id: Ieb650479b6b0fef1a4ecaeb2c3c1a7c15fff43d5
This commit is contained in:
Abdul Halim
2018-10-01 10:38:56 +01:00
committed by Tomofumi Hayashi
parent 1ba90bad00
commit 66361bfbb2

View File

@@ -345,7 +345,7 @@ func getKubernetesDelegate(client KubeClient, net *types.NetworkSelectionElement
return nil, resourceMap, logging.Errorf("getKubernetesDelegate: failed to get the netplugin data: %v", err)
}
// Get resourceName annotation from NetDefinition
// Get resourceName annotation from NetworkAttachmentDefinition
deviceID := ""
resourceName, ok := customResource.Metadata.Annotations[resourceNameAnnot]
if ok && podID != "" {