mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
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/).
(cherry picked from commit 45896fb477
)
This commit is contained in:
parent
97ff8a8fdf
commit
07cf3189f8
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ func (b *block) MustInitFromRows(timestamps []int64, rows [][]Field) {
|
|||
b.sortColumnsByName()
|
||||
}
|
||||
|
||||
// mustInitiFromRows initializes b from rows.
|
||||
// mustInitFromRows initializes b from rows.
|
||||
//
|
||||
// b is valid until rows are changed.
|
||||
func (b *block) mustInitFromRows(rows [][]Field) {
|
||||
|
|
Loading…
Reference in a new issue