Skip to content

Commit a8ac230

Browse files
waltformeCopilot
andauthored
Update pkg/controller/dual-pods/controller.go
AI suggested spelling change in comment. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d223199 commit a8ac230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/controller/dual-pods/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ func (ctl *controller) enqueueRequestersByInferenceServerConfig(isc *fmav1alpha1
600600
pod := podObj.(*corev1.Pod)
601601
item, it := careAbout(pod)
602602
if it != infSvrItemRequester {
603-
// should not happen because of the nature of inferenceserverconfigIndexFunc
603+
// should not happen because of the nature of inferenceServerConfigIndexFunc
604604
ctl.enqueueLogger.V(5).Info("Ignoring Pod that is not a server-requesting Pod", "pod", pod.Name)
605605
continue
606606
}

0 commit comments

Comments
 (0)