We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922b53a commit 1507ca8Copy full SHA for 1507ca8
src/coreclr/vm/clrtocomcall.cpp
@@ -444,7 +444,7 @@ static CallsiteDetails CreateCallsiteDetails(_In_ FramedMethodFrame *pFrame)
444
445
// If the signature is marked preserve sig, then the return
446
// 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
+ // indicate this state to avoid issues when a C# developer defines
448
// an HRESULT in C# as a ValueClass with a single int field. This
449
// is convenient but does violate the COM ABI. Setting the flag
450
// lets us permit this convention and allow either a 4 byte primitive
0 commit comments