Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Core / System / Diagnostics / Eventing / Reader / EventLogSession.cs
index 6515e3d87aaecd6f1eb025957c917d026c50fc31..408bce798c0f76836c8ee4f3cae510ae367dfeae 100644 (file)
@@ -52,7 +52,7 @@ namespace System.Diagnostics.Eventing.Reader {
         internal EventLogHandle renderContextHandleSystem = EventLogHandle.Zero;
         internal EventLogHandle renderContextHandleUser = EventLogHandle.Zero;
 
-        //the dummy [....] object for the two contextes.
+        //the dummy sync object for the two contextes.
         private object syncObject = null;
 
         private string server;