File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/CrossTU Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ class CrossTranslationUnitContext {
245
245
ASTUnitStorage (const CompilerInstance &CI);
246
246
// / Loads an ASTUnit for a function.
247
247
// /
248
- // / \param FuncitionName USR name of the function.
248
+ // / \param FunctionName USR name of the function.
249
249
// / \param CrossTUDir Path to the directory used to store CTU related files.
250
250
// / \param IndexName Name of the file inside \p CrossTUDir which maps
251
251
// / function USR names to file paths. These files contain the corresponding
@@ -261,7 +261,7 @@ class CrossTranslationUnitContext {
261
261
// / Identifies the path of the file which can be used to load the ASTUnit
262
262
// / for a given function.
263
263
// /
264
- // / \param FuncitionName USR name of the function.
264
+ // / \param FunctionName USR name of the function.
265
265
// / \param CrossTUDir Path to the directory used to store CTU related files.
266
266
// / \param IndexName Name of the file inside \p CrossTUDir which maps
267
267
// / function USR names to file paths. These files contain the corresponding
You can’t perform that action at this time.
0 commit comments