Преглед изворни кода

Merge pull request #5754 from ghalliday/issue11280b

HPCC-11280 Fix trivial clang warning about nested comments

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman пре 11 година
родитељ
комит
674c0fe2e7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      thorlcr/activities/lookupjoin/thlookupjoinslave.cpp

+ 1 - 1
thorlcr/activities/lookupjoin/thlookupjoinslave.cpp

@@ -1386,7 +1386,7 @@ protected:
         else
         {
             /* NB: It is likely that there will be unflushed rows in the rhsNodeRows arrays after we are done here.
-            /* These will need flushing when all is done and clearNonLocalRows will need recalling to process rest
+             * These will need flushing when all is done and clearNonLocalRows will need recalling to process rest
              */
             ForEachItemIn(a, rhsNodeRows)
             {