From 7028ba09dbbf3f1026310579d2663b0df074d4a4 Mon Sep 17 00:00:00 2001 From: hojinchoi Date: Thu, 18 Sep 2025 18:11:44 +0900 Subject: [PATCH] fix: duplicated 'the' in comment --- .../framework/plugins/dynamicresources/dynamicresources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go b/pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go index ad1e97b5db9..d47dc643ee0 100644 --- a/pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go +++ b/pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go @@ -152,7 +152,7 @@ type informationForClaim struct { allocation *resourceapi.AllocationResult } -// nodeAllocation holds the the allocation results and extended resource claim per node. +// nodeAllocation holds the allocation results and extended resource claim per node. type nodeAllocation struct { // allocationResults has the allocation results, matching the order of // claims which had to be allocated.