Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Activities / System / Activities / Runtime / ActivityExecutor.cs
index b9cf8fe7e52450ceff6d1c34154cba802c4c505e..417960427bfc30cc142d10ff973cd735255bf300 100644 (file)
@@ -1921,7 +1921,7 @@ namespace System.Activities.Runtime
                 return Scheduler.Continue;
             }
 
-            // We only check this in the [....] path because there are no ways of changing the keys collections from the work items that can
+            // We only check this in the sync path because there are no ways of changing the keys collections from the work items that can
             // go async.  There's an assert to this effect in FinishWorkItem.
             if (this.bookmarkScopeManager != null && this.bookmarkScopeManager.HasKeysToUpdate)
             {