[skip e2d] Fix typo in StatsReader comment (#13623)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2021-12-17 18:47:56 +08:00 committed by GitHub
parent 7686280391
commit 43fbb0fd16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ func (sw *StatsWriter) StatsInt64(fieldID int64, isPrimaryKey bool, msgs []int64
return nil
}
// StatsReade reads stats
// StatsReader reads stats
type StatsReader struct {
buffer []byte
}