Explorar o código

HPCC-10549 Correct comment text

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday %!s(int64=11) %!d(string=hai) anos
pai
achega
d055df38f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;