r368692 - Fix -Wdocumentation typo. NFCI.
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 06:52:20 PDT 2019
Author: rksimon
Date: Tue Aug 13 06:52:20 2019
New Revision: 368692
URL: http://llvm.org/viewvc/llvm-project?rev=368692&view=rev
Log:
Fix -Wdocumentation typo. NFCI.
Modified:
cfe/trunk/include/clang/CrossTU/CrossTranslationUnit.h
Modified: cfe/trunk/include/clang/CrossTU/CrossTranslationUnit.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/CrossTU/CrossTranslationUnit.h?rev=368692&r1=368691&r2=368692&view=diff
==============================================================================
--- cfe/trunk/include/clang/CrossTU/CrossTranslationUnit.h (original)
+++ cfe/trunk/include/clang/CrossTU/CrossTranslationUnit.h Tue Aug 13 06:52:20 2019
@@ -245,7 +245,7 @@ private:
ASTUnitStorage(const CompilerInstance &CI);
/// Loads an ASTUnit for a function.
///
- /// \param FuncitionName USR name of the function.
+ /// \param FunctionName USR name of the function.
/// \param CrossTUDir Path to the directory used to store CTU related files.
/// \param IndexName Name of the file inside \p CrossTUDir which maps
/// function USR names to file paths. These files contain the corresponding
@@ -261,7 +261,7 @@ private:
/// Identifies the path of the file which can be used to load the ASTUnit
/// for a given function.
///
- /// \param FuncitionName USR name of the function.
+ /// \param FunctionName USR name of the function.
/// \param CrossTUDir Path to the directory used to store CTU related files.
/// \param IndexName Name of the file inside \p CrossTUDir which maps
/// function USR names to file paths. These files contain the corresponding
More information about the cfe-commits
mailing list