Skip to content

Commit f94cb77

Browse files
chore: fix comment typo
1 parent 4ee1a90 commit f94cb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/restserver/nodesubnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (service *HTTPRestService) InitializeNodeSubnet(ctx context.Context, podInf
4747
} else if _, err := nodesubnet.ReconcileInitialCNSState(ctx, service, podInfoByIPProvider); err != nil {
4848
return errors.Wrap(err, "reconcile initial CNS state")
4949
}
50-
// statefile (if any) is reconciled. Initalize the IP fetcher. Start the IP fetcher only after the service is started,
50+
// statefile (if any) is reconciled. Initialize the IP fetcher. Start the IP fetcher only after the service is started,
5151
// and any pending async delete operations are completed.
5252
service.nodesubnetIPFetcher = nodesubnet.NewIPFetcher(service.nma, service, 0, 0, logger.Log)
5353

0 commit comments

Comments
 (0)