Skip to content

Commit

Permalink
Fix a typo in the ETW manifest (#93085)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshung authored Nov 17, 2023
1 parent a1d48d6 commit b88c74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/vm/ClrEtwAll.man
Original file line number Diff line number Diff line change
Expand Up @@ -9202,7 +9202,7 @@
<string id="RuntimePublisher.StatsOpcodeMessage" value="Stats" />
<string id="RuntimePublisher.ModuleRangeLoadOpcodeMessage" value="ModuleRangeLoad" />
<string id="RuntimePublisher.SetGCHandleOpcodeMessage" value="SetGCHandle" />
<string id="RuntimePublisher.DestroyGCHandleOpcodeMessage" value="DestoryGCHandle" />
<string id="RuntimePublisher.DestroyGCHandleOpcodeMessage" value="DestroyGCHandle" />
<string id="RuntimePublisher.TriggeredOpcodeMessage" value="Triggered" />
<string id="RuntimePublisher.PinObjectAtGCTimeOpcodeMessage" value="PinObjectAtGCTime" />
<string id="RuntimePublisher.IncreaseMemoryPressureOpcodeMessage" value="IncreaseMemoryPressure" />
Expand Down Expand Up @@ -9295,7 +9295,7 @@
<string id="PrivatePublisher.BGCAllocWaitEndOpcodeMessage" value="BGCAllocWaitStop" />
<string id="PrivatePublisher.FinalizeObjectOpcodeMessage" value="FinalizeObject" />
<string id="PrivatePublisher.SetGCHandleOpcodeMessage" value="SetGCHandle" />
<string id="PrivatePublisher.DestroyGCHandleOpcodeMessage" value="DestoryGCHandle" />
<string id="PrivatePublisher.DestroyGCHandleOpcodeMessage" value="DestroyGCHandle" />
<string id="PrivatePublisher.PinPlugAtGCTimeOpcodeMessage" value="PinPlugAtGCTime" />
<string id="PrivatePublisher.CCWRefCountChangeOpcodeMessage" value="CCWRefCountChange" />
<string id="PrivatePublisher.EEStartupStartOpcodeMessage" value="EEStartupStart" />
Expand Down

0 comments on commit b88c74a

Please sign in to comment.