Skip to content

Commit 2c471af

Browse files
authored
Fix typo commmon -> common (#109248)
1 parent 601753a commit 2c471af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/coreclr/nativeaot/Runtime/eventpipeinternal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ EXTERN_C void QCALLTYPE EventPipeInternal_DeleteProvider(intptr_t provHandle)
161161
}
162162
}
163163

164-
// All the runtime redefine this enum, should move to commmon code.
164+
// All the runtime redefine this enum, should move to common code.
165165
// https://github.com/dotnet/runtime/issues/87069
166166
enum class ActivityControlCode
167167
{

src/libraries/System.Private.CoreLib/src/System/Buffers/ArrayPoolEventSource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ internal unsafe void BufferAllocated(int bufferId, int bufferSize, int poolId, i
108108

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

0 commit comments

Comments
 (0)