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 242387e commit 0264951Copy full SHA for 0264951
substratevm/src/com.oracle.objectfile/src/com/oracle/objectfile/pecoff/cv/CVTypeSectionBuilder.java
@@ -330,7 +330,7 @@ private CVTypeRecord buildStructureTypeEntry(final StructureTypeEntry typeEntry)
330
331
types.typeNameMap.put(typeEntry.getTypeName(), typeRecord);
332
333
- /* CVSymbolSubsectionBuilder will add associated S_UDT record to symbol table. */
+ /* CVSymbolSubsectionBuilder will add an associated S_UDT record to symbol table. */
334
log(" finished class %s", typeRecord);
335
336
return typeRecord;
0 commit comments