Fix EventSource StubEnvironment
authorJan Kotas <jkotas@microsoft.com>
Wed, 27 Feb 2019 06:21:32 +0000 (22:21 -0800)
committerStephen Toub <stoub@microsoft.com>
Wed, 27 Feb 2019 22:03:23 +0000 (17:03 -0500)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/39c57ad960fe37e265e426d23f3a158c508f672f

src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/StubEnvironment.cs

index e2b4c63..1ca8dd0 100644 (file)
@@ -54,7 +54,7 @@ namespace System.Diagnostics.Tracing.Internal
     }
 
 #if ES_BUILD_STANDALONE
-    internal static class BitOps
+    internal static class BitOperations
     {
         [MethodImpl(MethodImplOptions.AggressiveInlining)]
         public static uint RotateLeft(uint value, int offset)