Skip to content

Commit c4118b5

Browse files
authored
Merge pull request #4959 from modocache/driver-typo
2 parents e1712df + 685a952 commit c4118b5

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)