Skip to content

Commit 68ecdc6

Browse files
committed
fixed a typo in comment
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent cf82d46 commit 68ecdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/backend/metrics/pod_metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func toInternalPod(in *corev1.Pod) *Pod {
7878
}
7979

8080
// start starts a goroutine exactly once to periodically update metrics. The goroutine will be
81-
// stopped either when stop() is called, or the parentCtx is cancelled.
81+
// stopped either when stop() is called, or the given ctx is cancelled.
8282
func (pm *podMetrics) startRefreshLoop(ctx context.Context) {
8383
pm.once.Do(func() {
8484
go func() {

0 commit comments

Comments
 (0)