Skip to content

Commit 202d660

Browse files
committed
Fix -Wdocumentation typo. NFCI.
llvm-svn: 368692
1 parent 8f1db0c commit 202d660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/CrossTU/CrossTranslationUnit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class CrossTranslationUnitContext {
245245
ASTUnitStorage(const CompilerInstance &CI);
246246
/// Loads an ASTUnit for a function.
247247
///
248-
/// \param FuncitionName USR name of the function.
248+
/// \param FunctionName USR name of the function.
249249
/// \param CrossTUDir Path to the directory used to store CTU related files.
250250
/// \param IndexName Name of the file inside \p CrossTUDir which maps
251251
/// function USR names to file paths. These files contain the corresponding
@@ -261,7 +261,7 @@ class CrossTranslationUnitContext {
261261
/// Identifies the path of the file which can be used to load the ASTUnit
262262
/// for a given function.
263263
///
264-
/// \param FuncitionName USR name of the function.
264+
/// \param FunctionName USR name of the function.
265265
/// \param CrossTUDir Path to the directory used to store CTU related files.
266266
/// \param IndexName Name of the file inside \p CrossTUDir which maps
267267
/// function USR names to file paths. These files contain the corresponding

0 commit comments

Comments
 (0)