From 30aed6a7a346149c280bde70afc21b1622b78bfe Mon Sep 17 00:00:00 2001 From: chymy Date: Wed, 28 Apr 2021 10:09:42 +0800 Subject: [PATCH] Fix comment issue in method Signed-off-by: chymy --- controllers/machinedeployment_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/machinedeployment_controller.go b/controllers/machinedeployment_controller.go index 93907cab0ac4..2660de35b986 100644 --- a/controllers/machinedeployment_controller.go +++ b/controllers/machinedeployment_controller.go @@ -306,7 +306,7 @@ func (r *MachineDeploymentReconciler) getMachineDeploymentsForMachineSet(ctx con return deployments } -// MachineSetTodeployments is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation +// MachineSetToDeployments is a handler.ToRequestsFunc to be used to enqueue requests for reconciliation // for MachineDeployments that might adopt an orphaned MachineSet. func (r *MachineDeploymentReconciler) MachineSetToDeployments(o client.Object) []ctrl.Request { result := []ctrl.Request{}