[skip e2e] Grammar correction (#13826)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
cxytz01 2021-12-21 15:19:24 +08:00 committed by GitHub
parent 89fee68fec
commit def735db73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ GetCBinarySize(CBinary c_binary) {
return cBinary->data.size();
}
// Note: the memory of data is allocated outside
// Note: the memory of data has been allocated outside
void
GetCBinaryData(CBinary c_binary, void* data) {
auto cBinary = (milvus::indexbuilder::IndexWrapper::Binary*)c_binary;