Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Dispatcher / ImmutableDispatchRuntime.cs
index caf32a6274a533e6989b3dee4460c5100dc70618..60d24111d6ad0c2fb05fec482579979f88c8651e 100644 (file)
@@ -1144,7 +1144,7 @@ namespace System.ServiceModel.Dispatcher
                 {
                     if (!rpc.Operation.IsSynchronous)
                     {
-                        // If async call completes in [....], it tells us through the gate below
+                        // If async call completes in sync, it tells us through the gate below
                         rpc.PrepareInvokeContinueGate();
                     }