summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-01-25 09:28:48 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-01-25 09:28:48 +0000
commit2a1f300bb54473f3b38bba63291eb584bd4f7c1d (patch)
treee0e7b90f2f4c0af09671673ee02ed8b426aba859
parentd36f7730cd1a7b37968d971e00e3216d60ff42c5 (diff)
downloadbcm5719-llvm-2a1f300bb54473f3b38bba63291eb584bd4f7c1d.tar.gz
bcm5719-llvm-2a1f300bb54473f3b38bba63291eb584bd4f7c1d.zip
Fix typo in ClangModulesDeclVendor [NFC]
llvm-svn: 352180
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
index a3876180b7e..bcb233a2e1d 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
@@ -103,7 +103,7 @@ public:
//------------------------------------------------------------------
/// Query whether Clang supports modules for a particular language.
/// LLDB uses this to decide whether to try to find the modules loaded
- /// by a gaiven compile unit.
+ /// by a given compile unit.
///
/// @param[in] language
/// The language to query for.
OpenPOWER on IntegriCloud