Skip to content

Commit

Permalink
object is lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeksowi committed Jul 25, 2024
1 parent 8ddd349 commit 9dc5ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/inc/corinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ struct CORINFO_FPSTRUCT_LOWERING
bool byIntegerCallConv;
// Types of lowered struct fields.
// Note: the integer field is denoted with a signed type reflecting size only so e.g. ushort is reported
// 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.
CorInfoType loweredElements[MAX_FPSTRUCT_LOWERED_ELEMENTS];
// Offsets of lowered struct fields.
uint32_t offsets[MAX_FPSTRUCT_LOWERED_ELEMENTS];
Expand Down

0 comments on commit 9dc5ed5

Please sign in to comment.