Skip to content

Commit

Permalink
[NFC][lldb] Correct Module::FindFunctions documentation
Browse files Browse the repository at this point in the history
Looks like a copy/paste from ModuleList::FindCompileUnits.
  • Loading branch information
bulbazord committed Jun 27, 2022
1 parent 6e2b3cc commit ef5510d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/include/lldb/Core/Module.h
Expand Up @@ -300,7 +300,7 @@ class Module : public std::enable_shared_from_this<Module>,
/// containing function. If it is not inlined, then the block will be NULL.
///
/// \param[in] name
/// The name of the compile unit we are looking for.
/// The name of the function we are looking for.
///
/// \param[in] name_type_mask
/// A bit mask of bits that indicate what kind of names should
Expand Down

0 comments on commit ef5510d

Please sign in to comment.