Skip to content

Commit 9dc5ed5

Browse files
committed
object is lowercase
1 parent 8ddd349 commit 9dc5ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/inc/corinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ struct CORINFO_FPSTRUCT_LOWERING
19101910
bool byIntegerCallConv;
19111911
// Types of lowered struct fields.
19121912
// 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.
1913+
// as CORINFO_TYPE_SHORT and object or string is reported as CORINFO_TYPE_LONG.
19141914
CorInfoType loweredElements[MAX_FPSTRUCT_LOWERED_ELEMENTS];
19151915
// Offsets of lowered struct fields.
19161916
uint32_t offsets[MAX_FPSTRUCT_LOWERED_ELEMENTS];

0 commit comments

Comments
 (0)