summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-08-13 13:52:20 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-08-13 13:52:20 +0000
commit202d660af100f7e8560a791ea98cea781b577dfa (patch)
tree2e2f4944f8f500e925b2826c9af0f522dd75c22b
parent8f1db0cd08d0194d4b7e5a9a86f96efe710ba087 (diff)
downloadbcm5719-llvm-202d660af100f7e8560a791ea98cea781b577dfa.tar.gz
bcm5719-llvm-202d660af100f7e8560a791ea98cea781b577dfa.zip
Fix -Wdocumentation typo. NFCI.
llvm-svn: 368692
-rw-r--r--clang/include/clang/CrossTU/CrossTranslationUnit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/CrossTU/CrossTranslationUnit.h b/clang/include/clang/CrossTU/CrossTranslationUnit.h
index fc86c227008..4d2b7109c62 100644
--- a/clang/include/clang/CrossTU/CrossTranslationUnit.h
+++ b/clang/include/clang/CrossTU/CrossTranslationUnit.h
@@ -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
OpenPOWER on IntegriCloud