]> granicus.if.org Git - clang/commitdiff
Fix -Wdocumentation typo. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 13 Aug 2019 13:52:20 +0000 (13:52 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 13 Aug 2019 13:52:20 +0000 (13:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368692 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/CrossTU/CrossTranslationUnit.h

index fc86c2270089fe2010c95a1d8142d8006c65445f..4d2b7109c62a6eb9db81140d5ab854d30d5e592b 100644 (file)
@@ -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