From f4e29425fe3189aaaf692045f6c1fc6a31bb00fe Mon Sep 17 00:00:00 2001 From: hjxilinx Date: Sat, 1 Feb 2020 15:25:48 +0800 Subject: [PATCH] fix a typo --- src/system/detail/src/vnodeQueryImpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/detail/src/vnodeQueryImpl.c b/src/system/detail/src/vnodeQueryImpl.c index ca045f055e..7aa5d496b0 100644 --- a/src/system/detail/src/vnodeQueryImpl.c +++ b/src/system/detail/src/vnodeQueryImpl.c @@ -7413,7 +7413,7 @@ int32_t saveResult(SMeterQuerySupportObj *pSupporter, SMeterQueryInfo *pMeterQue * scan also no result generated. The index can be backwards moved. * * However, if during the main scan, there is a result generated, such as applies count to timestamp, which - * always generates a result, but applies last query to a NULL column may fail to generate no results during the + * always generates a result, but applies last query to a NULL column may fail to generate results during the * supplement scan. * * NOTE: -- GitLab