fix typos parse_node.c,parse_node.h

This commit is contained in:
Klawz
2022-05-06 17:43:22 +08:00
parent a6f5327e25
commit 4772660e9b
2 changed files with 5 additions and 5 deletions

View File

@ -720,7 +720,7 @@ int64_t get_question_mark(ObQuestionMarkCtx *ctx, void *malloc_pool, const char
} else {
if (NULL == ctx->name_ && 0 == ctx->capacity_) {
ctx->capacity_ = MAX_QUESTION_MARK;
// the errocde will be ignored here. TO BE FIXED.
// the errcode will be ignored here. TO BE FIXED.
ctx->name_ = (char **)parse_malloc(sizeof(char*) * MAX_QUESTION_MARK, malloc_pool);
}
if (ctx->name_ != NULL) {