Skip to content

Commit 0f53a59

Browse files
committed
Fix typos in comment
1 parent 8f57f68 commit 0f53a59

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
@@ -1273,7 +1273,7 @@ void MachO::AddLinkRuntimeLib(const ArgList &Args, ArgStringList &CmdArgs,
12731273
StringRef Component, RuntimeLinkOptions Opts,
12741274
bool IsShared) const {
12751275
SmallString<64> DarwinLibName = StringRef("libclang_rt.");
1276-
// an Darwin the builtins compomnent is not in the library name
1276+
// On Darwin the builtins component is not in the library name.
12771277
if (Component != "builtins") {
12781278
DarwinLibName += Component;
12791279
if (!(Opts & RLO_IsEmbedded))

0 commit comments

Comments
 (0)