diff --git a/clang/tools/driver/driver.cpp b/clang/tools/driver/driver.cpp index f1cb9bd6a919c..531b5b4a61c18 100644 --- a/clang/tools/driver/driver.cpp +++ b/clang/tools/driver/driver.cpp @@ -79,7 +79,7 @@ static const char *GetStableCStr(std::set &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