Skip to content

Commit ee083f4

Browse files
authored
chore: fix problematic comment (#495)
Signed-off-by: chengehe <[email protected]>
1 parent 915f575 commit ee083f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/orchestration/k8s/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (c *Cluster) Accounting(ctx context.Context) (accounting orchestration.Clus
104104
return
105105
}
106106

107-
// FlattenBalances returns aggregated NodeGroupBalances
107+
// FlattenAccounting returns aggregated NodeGroupAccounting
108108
func (c *Cluster) FlattenAccounting(ctx context.Context) (accounting orchestration.NodeGroupAccounting, err error) {
109109
a, err := c.Accounting(ctx)
110110
if err != nil {

0 commit comments

Comments
 (0)