fix: duplicated 'the' in comment

This commit is contained in:
hojinchoi
2025-09-18 18:11:44 +09:00
parent 11ade2f7dd
commit 7028ba09db

View File

@@ -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.