Skip to content

Commit 685a952

Browse files
committed
[Driver] Fix typo "BackenJobAction" (NFC)
1 parent c4a6c05 commit 685a952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ void Driver::buildActions(const ToolChain &TC,
13631363
} else {
13641364
// The merge module action needs to be first to force the right outputs
13651365
// for the other actions. However, we can't rely on it being the only
1366-
// action because there may be other actions (e.g. BackenJobActions) that
1366+
// action because there may be other actions (e.g. BackendJobActions) that
13671367
// are not merge-module inputs but nonetheless should be run.
13681368
if (MergeModuleAction)
13691369
Actions.push_back(MergeModuleAction.release());

0 commit comments

Comments
 (0)