summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-04-25 17:08:54 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-04-25 17:08:54 +0000
commita1309a31478435494ee20798869df2aae221991c (patch)
treedcd44a430337a244db97834f67827c092d245875
parentd469133f95b7032268a4c5590a043e4e01bdafb5 (diff)
downloadbcm5719-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.h2
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.
OpenPOWER on IntegriCloud