File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -326,11 +326,11 @@ class ModuleList {
326326 void FindGlobalVariables (const RegularExpression ®ex, size_t max_matches,
327327 VariableList &variable_list) const ;
328328
329- // / Finds the first module whose file specification matches \a file_spec .
329+ // / Finds modules whose file specification matches \a module_spec .
330330 // /
331331 // / \param[in] module_spec
332332 // / A file specification object to match against the Module's
333- // / file specifications. If \a file_spec does not have
333+ // / file specifications. If \a module_spec does not have
334334 // / directory information, matches will occur by matching only
335335 // / the basename of any modules in this list. If this value is
336336 // / NULL, then file specifications won't be compared when
@@ -351,6 +351,7 @@ class ModuleList {
351351 // UUID values is very efficient and accurate.
352352 lldb::ModuleSP FindModule (const UUID &uuid) const ;
353353
354+ // / Finds the first module whose file specification matches \a module_spec.
354355 lldb::ModuleSP FindFirstModule (const ModuleSpec &module_spec) const ;
355356
356357 void FindSymbolsWithNameAndType (ConstString name,
You can’t perform that action at this time.
0 commit comments