Skip to content

Commit

Permalink
Fix typo commmon -> common (#109248)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze authored Oct 26, 2024
1 parent 601753a commit 2c471af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/coreclr/nativeaot/Runtime/eventpipeinternal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ EXTERN_C void QCALLTYPE EventPipeInternal_DeleteProvider(intptr_t provHandle)
}
}

// All the runtime redefine this enum, should move to commmon code.
// All the runtime redefine this enum, should move to common code.
// https://github.com/dotnet/runtime/issues/87069
enum class ActivityControlCode
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ internal unsafe void BufferAllocated(int bufferId, int bufferSize, int poolId, i

/// <summary>
/// Event raised when we attempt to free a buffer due to inactivity or memory pressure (by no longer
/// referencing it). It is possible (although not commmon) this buffer could be rented as we attempt
/// referencing it). It is possible (although not common) this buffer could be rented as we attempt
/// to free it. A rent event before or after this event for the same ID, is a rare, but expected case.
/// </summary>
[Event(4, Level = EventLevel.Informational)]
Expand Down

0 comments on commit 2c471af

Please sign in to comment.