Skip to content

Commit 009ee7e

Browse files
authored
Address PR feedback
1 parent b466f31 commit 009ee7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/DriverTool/autolink_extract_main.cpp

+1-1
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)