diff --git a/internal/core/src/indexbuilder/index_c.cpp b/internal/core/src/indexbuilder/index_c.cpp index 888ad325eb..92137dad6d 100644 --- a/internal/core/src/indexbuilder/index_c.cpp +++ b/internal/core/src/indexbuilder/index_c.cpp @@ -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;