diff options
-rw-r--r-- | lldb/include/lldb/Symbol/CompileUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Symbol/CompileUnit.h b/lldb/include/lldb/Symbol/CompileUnit.h index 25927d99b48..9e14c99edb7 100644 --- a/lldb/include/lldb/Symbol/CompileUnit.h +++ b/lldb/include/lldb/Symbol/CompileUnit.h @@ -240,7 +240,7 @@ public: /// current module. /// /// \return - /// A list of imported module names. + /// A list of imported modules. const std::vector<SourceModule> &GetImportedModules(); /// Get the SymbolFile plug-in user data. |