Skip to content

Commit f19815e

Browse files
authored
docs: cleanup MachineFinalizer comment (#86)
1 parent 637e94e commit f19815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/ocimachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
// Important: Run "make" to regenerate code after modifying this file
2727

2828
const (
29-
// MachineFinalizer allows ReconcileAzureMachine to clean up Azure resources associated with AzureMachine before
29+
// MachineFinalizer allows ReconcileMachine to clean up OCI resources associated with OCIMachine before
3030
// removing it from the apiserver.
3131
MachineFinalizer = "ocimachine.infrastructure.cluster.x-k8s.io"
3232
)

0 commit comments

Comments
 (0)