Merge pull request #134129 from hjchoi0330/fix-typo

fix: duplicated 'the' in comment
This commit is contained in:
Kubernetes Prow Robot
2025-09-18 05:29:45 -07:00
committed by GitHub

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.