Skip to content

Commit b952469

Browse files
Issue 36212: Remove space in parameter name (#36439)
* Issue 36212: Remove space in parameter name * Update src/coreclr/src/vm/comutilnative.cpp Co-authored-by: Stephen Toub <[email protected]> Co-authored-by: Stephen Toub <[email protected]>
1 parent 9ee68d0 commit b952469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/src/vm/comutilnative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ FCIMPL1(int, GCInterface::GetGenerationWR, LPVOID handle)
917917
OBJECTREF temp;
918918
temp = ObjectFromHandle((OBJECTHANDLE) handle);
919919
if (temp == NULL)
920-
COMPlusThrowArgumentNull(W("weak handle"));
920+
COMPlusThrowArgumentNull(W("wo"));
921921

922922
iRetVal = (INT32)GCHeapUtilities::GetGCHeap()->WhichGeneration(OBJECTREFToObject(temp));
923923

0 commit comments

Comments
 (0)