diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-04-25 17:08:54 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-04-25 17:08:54 +0000 |
commit | a1309a31478435494ee20798869df2aae221991c (patch) | |
tree | dcd44a430337a244db97834f67827c092d245875 | |
parent | d469133f95b7032268a4c5590a043e4e01bdafb5 (diff) | |
download | bcm5719-llvm-a1309a31478435494ee20798869df2aae221991c.tar.gz bcm5719-llvm-a1309a31478435494ee20798869df2aae221991c.zip |
Fixed typo in CompileUnit::GetImportedModules documentation [NFC]
llvm-svn: 359206
-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. |