From 90ff27b34eabd49187d548288d75ae6e74143188 Mon Sep 17 00:00:00 2001 From: cuiyourong Date: Tue, 23 Apr 2024 18:04:10 +0800 Subject: [PATCH] Fix function name in comment Signed-off-by: cuiyourong --- cmd/minikube/cmd/delete_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/minikube/cmd/delete_test.go b/cmd/minikube/cmd/delete_test.go index fc6248a9cfaf..6301ab9cf88c 100644 --- a/cmd/minikube/cmd/delete_test.go +++ b/cmd/minikube/cmd/delete_test.go @@ -34,7 +34,7 @@ import ( "k8s.io/minikube/pkg/minikube/localpath" ) -// except returns a list of strings, minus the excluded ones +// exclude returns a list of strings, minus the excluded ones func exclude(vals []string, exclude []string) []string { result := []string{} for _, v := range vals {