Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 0a738b9

Browse files
committed
Fixed typo in comment
1 parent d041078 commit 0a738b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oci/client/oci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ func getCacheDirectory() string {
341341
return "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/oracle~oci"
342342
}
343343

344-
// GetInstanceByNodeName retrieves the core.Instance corresponding or a
344+
// GetInstanceByNodeName retrieves the corresponding core.Instance or a
345345
// SearchError if no instance matching the node name is found.
346346
func (c *client) GetInstanceByNodeName(nodeName string) (*core.Instance, error) {
347347
ociCache, err := cache.Open(fmt.Sprintf("%s/%s", getCacheDirectory(), "nodenamecache.json"))

0 commit comments

Comments
 (0)