Skip to content

Commit f597507

Browse files
committed
fix comment
1 parent cd7c91c commit f597507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Diagnostics/MemoryDiagnostics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static event UndisposedAllocationDelegate UndisposedAllocation
5454
internal static event Action MemoryAllocated;
5555

5656
/// <summary>
57-
/// Fires when ImageSharp releases allocated from a MemoryAllocator
57+
/// Fires when ImageSharp releases memory allocated from a MemoryAllocator
5858
/// </summary>
5959
internal static event Action MemoryReleased;
6060

0 commit comments

Comments
 (0)