[skip e2e] Refine querynode cgo helper comment (#14133)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/14164/head
edward.zeng 2021-12-24 13:14:50 +08:00 committed by GitHub
parent ae8f2f028f
commit 43da0a80d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import (
"github.com/milvus-io/milvus/internal/proto/commonpb"
)
// HandleCStatus deal with the error returned from CGO
// HandleCStatus deals with the error returned from CGO
func HandleCStatus(status *C.CStatus, extraInfo string) error {
if status.error_code == 0 {
return nil