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 8ddd349 commit 9dc5ed5Copy full SHA for 9dc5ed5
src/coreclr/inc/corinfo.h
@@ -1910,7 +1910,7 @@ struct CORINFO_FPSTRUCT_LOWERING
1910
bool byIntegerCallConv;
1911
// Types of lowered struct fields.
1912
// Note: the integer field is denoted with a signed type reflecting size only so e.g. ushort is reported
1913
- // as CORINFO_TYPE_SHORT and Object or string is reported as CORINFO_TYPE_LONG.
+ // as CORINFO_TYPE_SHORT and object or string is reported as CORINFO_TYPE_LONG.
1914
CorInfoType loweredElements[MAX_FPSTRUCT_LOWERED_ELEMENTS];
1915
// Offsets of lowered struct fields.
1916
uint32_t offsets[MAX_FPSTRUCT_LOWERED_ELEMENTS];
0 commit comments