Skip to content

Commit 1e1451e

Browse files
authored
Remove potentially offensive word from code comment (#120354)
1 parent 2061030 commit 1e1451e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/System.Private.CoreLib/src/System/Reflection/Emit/SignatureHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public override bool Equals(object? obj)
359359

360360
public override int GetHashCode()
361361
{
362-
// Lame, but easy, and will work, and chances are
362+
// This is easy and will work; chances are
363363
// you will only need a few of these.
364364
return 0;
365365
}

0 commit comments

Comments
 (0)