aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyndy Ishida <cyndy_ishida@apple.com>2024-02-05 14:14:21 -0800
committerCyndy Ishida <cyndy_ishida@apple.com>2024-02-05 14:14:21 -0800
commitae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04 (patch)
tree2e4a69f2bd506c94c2ccddfbf80d0b30ab32adec
parentcd481fa827b76953cd12dae9319face96670c0b3 (diff)
downloadllvm-ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04.zip
llvm-ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04.tar.gz
llvm-ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04.tar.bz2
[clang] Fix extractAPI typo in comments, NFC
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index b280a13..925879a 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -179,7 +179,7 @@ CreateFrontendAction(CompilerInstance &CI) {
#endif
// Wrap the base FE action in an extract api action to generate
- // symbol graph as a biproduct of comilation ( enabled with
+ // symbol graph as a biproduct of compilation ( enabled with
// --emit-symbol-graph option )
if (!FEOpts.SymbolGraphOutputDir.empty()) {
CI.getCodeGenOpts().ClearASTBeforeBackend = false;