[skip ci ]Fix allocator comments (#10276)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/10316/head
godchen 2021-10-20 20:30:37 +08:00 committed by GitHub
parent 3df1319df3
commit 3610fe89c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ type IDRequest struct {
count uint32
}
// SyncRequest embed BaseRequest and is used to force synchronize from RootCoordinator.
// SyncRequest embeds BaseRequest and is used to force synchronize from RootCoordinator.
type SyncRequest struct {
BaseRequest
}