Skip to content

Commit a59d7f6

Browse files
authored
Update swift/extractor/main.cpp
1 parent 84bcc2e commit a59d7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Observer : public swift::FrontendObserver {
1919
void parsedArgs(swift::CompilerInvocation& invocation) override {
2020
// Original compiler and the extractor-compiler get into conflicts when
2121
// both produce the same output files.
22-
// TODO: change the final arifact destinations instead of disabling
22+
// TODO: change the final artifact destinations instead of disabling
2323
// the artifact generation completely?
2424
invocation.getFrontendOptions().RequestedAction = swift::FrontendOptions::ActionType::Typecheck;
2525
}

0 commit comments

Comments
 (0)