Recorrect comment for Allocation (#7887)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
sunby 2021-09-14 17:27:55 +08:00 committed by GitHub
parent 6abc4273e8
commit 9c2fb0bccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ type Manager interface {
ExpireAllocations(channel string, ts Timestamp) error
}
// allcation entry for segment Allocation record
// Allocation records the allocation info
type Allocation struct {
SegmentID UniqueID
NumOfRows int64