Skip to content

Commit 21413d3

Browse files
committed
Fix comment typo.
1 parent 34ee979 commit 21413d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/ToolChains.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ toolchains::Darwin::constructInvocation(const LinkJobAction &job,
10471047
Arguments.push_back("-application_extension");
10481048
}
10491049

1050-
// Liking in sanitizers will add rpaths, which might negatively interact when
1050+
// Linking sanitizers will add rpaths, which might negatively interact when
10511051
// other rpaths are involved, so we should make sure we add the rpaths after
10521052
// all user-specified rpaths.
10531053
if (context.OI.SelectedSanitizer == SanitizerKind::Address)

0 commit comments

Comments
 (0)