Skip to content

Commit

Permalink
refactor: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed Oct 8, 2023
1 parent fff6519 commit ca50655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/state/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/Mellanox/network-operator/pkg/consts"
)

// NewStateManager creates a state.Manager for the given CRD Kind
// NewManager creates a state.Manager for the given CRD Kind
func NewManager(
crdKind string, k8sAPIClient client.Client, scheme *runtime.Scheme, setupLog logr.Logger) (Manager, error) {
states, err := newStates(crdKind, k8sAPIClient, scheme)
Expand Down

0 comments on commit ca50655

Please sign in to comment.