chore: fix function name (#7381)

### Describe Your Changes

 fix function name

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).
This commit is contained in:
cangqiaoyuzhuo 2024-10-30 19:45:20 +08:00 committed by GitHub
parent cfba770c8e
commit 45896fb477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,7 +227,7 @@ func (b *block) MustInitFromRows(timestamps []int64, rows [][]Field) {
b.sortColumnsByName() b.sortColumnsByName()
} }
// mustInitiFromRows initializes b from rows. // mustInitFromRows initializes b from rows.
// //
// b is valid until rows are changed. // b is valid until rows are changed.
func (b *block) mustInitFromRows(rows [][]Field) { func (b *block) mustInitFromRows(rows [][]Field) {