[clang] ae9e1fd - [clang] Fix extractAPI typo in comments, NFC

Cyndy Ishida via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 5 14:14:49 PST 2024


Author: Cyndy Ishida
Date: 2024-02-05T14:14:21-08:00
New Revision: ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04

URL: https://github.com/llvm/llvm-project/commit/ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04
DIFF: https://github.com/llvm/llvm-project/commit/ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04.diff

LOG: [clang] Fix extractAPI typo in comments, NFC

Added: 
    

Modified: 
    clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index b280a1359d2f27..925879a68cbd09 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;


        


More information about the cfe-commits mailing list