Skip to content

Commit e4f951e

Browse files
committed
[clang][NFC] Fix typo in comment about Mac Catalyst
1 parent 1d05b21 commit e4f951e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/Darwin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ std::optional<DarwinPlatform> getDeploymentTargetFromTargetArg(
20732073
continue;
20742074
A->claim();
20752075
// Accept a -target-variant triple when compiling code that may run on
2076-
// macOS or Mac Catalust.
2076+
// macOS or Mac Catalyst.
20772077
if ((Triple.isMacOSX() && TVT.getOS() == llvm::Triple::IOS &&
20782078
TVT.isMacCatalystEnvironment()) ||
20792079
(TVT.isMacOSX() && Triple.getOS() == llvm::Triple::IOS &&

0 commit comments

Comments
 (0)