Skip to content

Commit 64b2f5d

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

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
@@ -1661,7 +1661,7 @@ void SymbolFileNativePDB::CacheFunctionNames() {
16611661
if (ref.Name.empty())
16621662
continue;
16631663

1664-
// Find the function this is referencing
1664+
// Find the function this is referencing.
16651665
CompilandIndexItem &cci =
16661666
m_index->compilands().GetOrCreateCompiland(ref.modi());
16671667
auto iter = cci.m_debug_stream.getSymbolArray().at(ref.SymOffset);

0 commit comments

Comments
 (0)