提交 1a5912f5 编写于 作者: N Nick Schonning 提交者: Jan Kotas

typo: Double word "to" (dotnet/corefxdotnet/coreclr#36264)

Signed-off-by: Ndotnet-bot <dotnet-bot@microsoft.com>


Commit migrated from https://github.com/dotnet/coreclr/commit/44994cc61cb00e310d560462ad5de0cfc135c950
上级 e9702cfd
......@@ -2085,7 +2085,7 @@ private unsafe void WriteEventString(EventLevel level, long keywords, string msg
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 @@ public virtual void Dispose()
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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册