Skip to content

Commit 1507ca8

Browse files
Comment
1 parent 922b53a commit 1507ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/clrtocomcall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ static CallsiteDetails CreateCallsiteDetails(_In_ FramedMethodFrame *pFrame)
444444

445445
// If the signature is marked preserve sig, then the return
446446
// is required to be an HRESULT, per COM rules. We set a flag to
447-
// indicate this state to avoid issues when a C# developers define
447+
// indicate this state to avoid issues when a C# developer defines
448448
// an HRESULT in C# as a ValueClass with a single int field. This
449449
// is convenient but does violate the COM ABI. Setting the flag
450450
// lets us permit this convention and allow either a 4 byte primitive

0 commit comments

Comments
 (0)