Skip to content

Commit

Permalink
[PS4,PS5][Driver] Fix typo in comment (NFC) (#109980)
Browse files Browse the repository at this point in the history
  • Loading branch information
playstation-edd authored Sep 25, 2024
1 parent 35ae7ee commit 22829f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/PS4CPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ toolchains::PS4PS5Base::PS4PS5Base(const Driver &D, const llvm::Triple &Triple,
}

// Allow --sysroot= to override the root directory for header and library
// search, and -sysroot to override header search. If both are specified,
// search, and -isysroot to override header search. If both are specified,
// -isysroot overrides --sysroot for header search.
auto OverrideRoot = [&](const options::ID &Opt, std::string &Root,
StringRef Default) {
Expand Down

0 comments on commit 22829f7

Please sign in to comment.