From 44994cc61cb00e310d560462ad5de0cfc135c950 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 24 Mar 2019 16:43:54 -0400 Subject: typo: Double word "to" (dotnet/corefx#36264) Signed-off-by: dotnet-bot --- .../shared/System/Diagnostics/Tracing/EventSource.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs b/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs index 110898625c..95ac1da80d 100644 --- a/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs +++ b/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs @@ -2085,7 +2085,7 @@ namespace System.Diagnostics.Tracing SendManifest(manifestBuilder.CreateManifest()); } - // We use this low level routine to to bypass the enabled checking, since the eventSource itself is only partially inited. + // We use this low level routine to bypass the enabled checking, since the eventSource itself is only partially inited. fixed (char* msgStringPtr = msgString) { EventDescriptor descr = new EventDescriptor(0, 0, 0, (byte)level, 0, 0, keywords); @@ -3875,7 +3875,7 @@ namespace System.Diagnostics.Tracing break; if (cur == this) { - // Found our Listener, remove references to to it in the eventSources + // Found our Listener, remove references to it in the eventSources prev.m_Next = cur.m_Next; // Remove entry. RemoveReferencesToListenerInEventSources(cur); break; -- cgit v1.2.3