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 Kuralamudhan Ramakrishnan
parent 9d5e7e7abf
commit 68da5dfb0d

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 != "" {