Skip to content

Commit

Permalink
fix the copy paste error
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Rodrigues <alanr5691@yahoo.com>
  • Loading branch information
avrodrigues5 committed Feb 17, 2023
1 parent 1bbc8ac commit 3341764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kubecost/cloudcostitem.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ func (ccisr *CloudCostItemSetRange) Clone() *CloudCostItemSetRange {
}
}

// Accumulate sums each AllocationSet in the given range, returning a single cumulative
// AllocationSet for the entire range.
// Accumulate sums each CloudCostItemSet in the given range, returning a single cumulative
// CloudCostItemSet for the entire range.
func (ccisr *CloudCostItemSetRange) Accumulate() (*CloudCostItemSet, error) {
var cloudCostItemSet *CloudCostItemSet
var err error
Expand Down

0 comments on commit 3341764

Please sign in to comment.