Skip to content

Commit

Permalink
[clang] Fix f7f3e68 (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kastiglione committed Aug 15, 2023
1 parent f7f3e68 commit 6c36a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/tools/driver/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c36a70

Please sign in to comment.