Skip to content

Commit 0264951

Browse files
committed
force update
1 parent 242387e commit 0264951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.objectfile/src/com/oracle/objectfile/pecoff/cv/CVTypeSectionBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private CVTypeRecord buildStructureTypeEntry(final StructureTypeEntry typeEntry)
330330

331331
types.typeNameMap.put(typeEntry.getTypeName(), typeRecord);
332332

333-
/* CVSymbolSubsectionBuilder will add associated S_UDT record to symbol table. */
333+
/* CVSymbolSubsectionBuilder will add an associated S_UDT record to symbol table. */
334334
log(" finished class %s", typeRecord);
335335

336336
return typeRecord;

0 commit comments

Comments
 (0)