File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -876,7 +876,7 @@ class StaticLibJobAction : public JobAction {
876
876
// / - No change of toolchain, boundarch and offloading kind should occur
877
877
// / within the sub-region;
878
878
// / - No job should produce multiple outputs;
879
- // / - Results of action within the sub-region should not be used ouside the
879
+ // / - Results of action within the sub-region should not be used outside the
880
880
// / wrapped region.
881
881
// / Note: this doesn't bind to a tool directly and this need special casing
882
882
// / anyhow. Hence why this is an Action and not a JobAction, even if there is a
Original file line number Diff line number Diff line change @@ -6217,7 +6217,7 @@ static void CollectForEachInputs(
6217
6217
&CachedResults) {
6218
6218
for (const Action *Input : SourceAction->getInputs ()) {
6219
6219
// Search for the Input, if not in the cache assume actions were collapsed
6220
- // so recuse .
6220
+ // so recurse .
6221
6221
auto Lookup = CachedResults.find (
6222
6222
{Input,
6223
6223
GetTriplePlusArchString (TC, BoundArch, TargetDeviceOffloadKind)});
You can’t perform that action at this time.
0 commit comments