Browse Source

HPCC-10549 Correct comment text

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 11 years ago
parent
commit
d055df38f2
1 changed files with 1 additions and 1 deletions
  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;