Skip to content

Commit 22829f7

Browse files
[PS4,PS5][Driver] Fix typo in comment (NFC) (#109980)
1 parent 35ae7ee commit 22829f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/PS4CPU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ toolchains::PS4PS5Base::PS4PS5Base(const Driver &D, const llvm::Triple &Triple,
338338
}
339339

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

0 commit comments

Comments
 (0)