Skip to content

Commit 7df0eec

Browse files
committed
fix comment
1 parent d3da884 commit 7df0eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/services/domains.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ func removeElement(stringList []string, elemToRemove string) []string {
297297
}
298298

299299
func processLinodeMachine(ctx context.Context, cscope *scope.ClusterScope, eachMachine v1alpha2.LinodeMachine, dnsTTLSec int, subdomain string) ([]DNSOptions, error) {
300-
// Look up the corresponding CAPI machine, see if its deleted.
300+
// Look up the corresponding CAPI machine, see if it is marked for deletion
301301
capiMachine, err := kutil.GetOwnerMachine(ctx, cscope.Client, eachMachine.ObjectMeta)
302302
if err != nil {
303303
return nil, fmt.Errorf("failed to get CAPI machine for LinodeMachine %s: %w", eachMachine.Name, err)

0 commit comments

Comments
 (0)