mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] Grammar correction (#13826)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
parent
89fee68fec
commit
def735db73
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user