Browse Source

HPCC-10549 Correct comment text

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 11 năm trước cách đây
mục cha
commit
d055df38f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ecl/hqlcpp/hqlcpp.cpp

+ 1 - 1
ecl/hqlcpp/hqlcpp.cpp

@@ -2828,7 +2828,7 @@ void HqlCppTranslator::buildAnyExpr(BuildCtx & ctx, IHqlExpression * expr, CHqlB
 bool HqlCppTranslator::shouldEvaluateSelectAsAlias(BuildCtx & ctx, IHqlExpression * expr)
 {
     //If we're inside an activity that serializes onStart data, then the code to serialize fields
-    //selected from a row are generally simpler than the code to serialize the row itself.
+    //selected from a row is generally simpler than the code to serialize the row itself.
     if (insideActivityRemoteSerialize(ctx) && !expr->isList())
     {
         bool isNew;