fix a typo

This commit is contained in:
hjxilinx 2020-02-01 15:25:48 +08:00
parent 692ba8cca2
commit f4e29425fe
1 changed files with 1 additions and 1 deletions

View File

@ -7413,7 +7413,7 @@ int32_t saveResult(SMeterQuerySupportObj *pSupporter, SMeterQueryInfo *pMeterQue
* scan also no result generated. The index can be backwards moved. * 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 * 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. * supplement scan.
* *
* NOTE: * NOTE: