Skip to content

Commit fb86eca

Browse files
gwynneMaxDesiatov
authored andcommitted
Address PR feedback
1 parent b76f303 commit fb86eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DriverTool/autolink_extract_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ int autolink_extract_main(ArrayRef<const char *> Args, const char *Argv0,
243243
std::vector<std::string> LinkerFlags;
244244

245245
// Keep track of whether we've already added the common
246-
// Swift libraries that ususally have autolink directives
246+
// Swift libraries that usually have autolink directives
247247
// in most object files
248248
std::unordered_map<std::string, bool> SwiftRuntimeLibraries = {
249249
// Common Swift runtime libs

0 commit comments

Comments
 (0)