Skip to content

Commit 572a29f

Browse files
committed
Typo
1 parent 8ee64c3 commit 572a29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5152,7 +5152,7 @@ void SwiftASTContext::ModulesDidLoad(ModuleList &module_list) {
51525152
module_search_paths, framework_search_paths,
51535153
extra_clang_args);
51545154
// If the use-all-compiler-flags setting is enabled, the expression
5155-
// context is supposed to merge all search paths form all dylibs.
5155+
// context is supposed to merge all search paths from all dylibs.
51565156
if (use_all_compiler_flags && !extra_clang_args.empty()) {
51575157
// We cannot reconfigure ClangImporter after its creation.
51585158
// Instead poison the SwiftASTContext so it gets recreated.

0 commit comments

Comments
 (0)