diff options
author | Cyndy Ishida <cyndy_ishida@apple.com> | 2024-02-05 14:14:21 -0800 |
---|---|---|
committer | Cyndy Ishida <cyndy_ishida@apple.com> | 2024-02-05 14:14:21 -0800 |
commit | ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04 (patch) | |
tree | 2e4a69f2bd506c94c2ccddfbf80d0b30ab32adec /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | cd481fa827b76953cd12dae9319face96670c0b3 (diff) | |
download | llvm-ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04.zip llvm-ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04.tar.gz llvm-ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04.tar.bz2 |
[clang] Fix extractAPI typo in comments, NFC
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 |
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; |