[clang] 6c36a70 - [clang] Fix f7f3e68419 (NFC)

Dave Lee via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 15 10:54:01 PDT 2023


Author: Dave Lee
Date: 2023-08-15T10:36:00-07:00
New Revision: 6c36a70828d9f59cfd205cead109db3a79b50647

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

LOG: [clang] Fix f7f3e68419 (NFC)

Added: 
    

Modified: 
    clang/tools/driver/driver.cpp

Removed: 
    


################################################################################
diff  --git a/clang/tools/driver/driver.cpp b/clang/tools/driver/driver.cpp
index f1cb9bd6a919c2..531b5b4a61c180 100644
--- a/clang/tools/driver/driver.cpp
+++ b/clang/tools/driver/driver.cpp
@@ -79,7 +79,7 @@ static const char *GetStableCStr(std::set<std::string> &SavedStrings,
   return SavedStrings.insert(std::string(S)).first->c_str();
 }
 
-/// ApplyQAOneOverride - Apply a list of edits to the input argument lists.
+/// ApplyOneQAOverride - Apply a list of edits to the input argument lists.
 ///
 /// The input string is a space separated list of edits to perform,
 /// they are applied in order to the input argument lists. Edits


        


More information about the cfe-commits mailing list