Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System / services / monitoring / system / diagnosticts / EventLogEntry.cs
index 931faaa6aff089013d31cd0254388debb4192e1f..cd19c7cc6b72ff2fc7f1053f705c10f146f59795 100644 (file)
@@ -426,7 +426,7 @@ namespace System.Diagnostics {
             if ( percentIdx < 0 )
                 return msg;     // no '%' at all
 
-            int startCopyIdx     = 0;        // start idx of last [....] msg chars to copy
+            int startCopyIdx     = 0;        // start idx of last orig msg chars to copy
             int msgLength   = msg.Length;
             StringBuilder buf = new StringBuilder();
             string paramDLLNames = GetMessageLibraryNames("ParameterMessageFile");