[Lldb-commits] [lldb] r352180 - Fix typo in ClangModulesDeclVendor [NFC]
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 25 01:28:49 PST 2019
Author: teemperor
Date: Fri Jan 25 01:28:48 2019
New Revision: 352180
URL: http://llvm.org/viewvc/llvm-project?rev=352180&view=rev
Log:
Fix typo in ClangModulesDeclVendor [NFC]
Modified:
lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h?rev=352180&r1=352179&r2=352180&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h Fri Jan 25 01:28:48 2019
@@ -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.
More information about the lldb-commits
mailing list