Skip to content

Commit f3b6903

Browse files
NerixyzZequanWu
andauthored
Apply suggestion
Co-authored-by: Zequan Wu <[email protected]>
1 parent 3c42572 commit f3b6903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class SymbolFileNativePDB : public SymbolFileCommon {
310310
/// method basename -> Global ID(s)
311311
lldb_private::UniqueCStringMap<uint32_t> m_func_method_names;
312312

313-
/// basename -> Global ID(s)
313+
/// global variable basename -> Global ID(s)
314314
lldb_private::UniqueCStringMap<uint32_t> m_global_variable_base_names;
315315
};
316316

0 commit comments

Comments
 (0)