Skip to content

Commit c23bf1f

Browse files
Update lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 5a71656 commit c23bf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ void SymbolFileNativePDB::AddSymbols(Symtab &symtab) {
11571157
}
11581158
};
11591159

1160-
// the address map is sorted by the address of a symbol
1160+
// The address map is sorted by the address of a symbol.
11611161
for (auto pid : m_index->publics().getAddressMap()) {
11621162
PdbGlobalSymId global{pid, true};
11631163
CVSymbol sym = m_index->ReadSymbolRecord(global);

0 commit comments

Comments
 (0)