Skip to content

Commit 02f1362

Browse files
NaghasanArtem Gindinson
andauthored
Apply suggestions from code review
Co-authored-by: Artem Gindinson <[email protected]>
1 parent 6124f05 commit 02f1362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/include/clang/Driver/Action.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ class StaticLibJobAction : public JobAction {
876876
/// - No change of toolchain, boundarch and offloading kind should occur
877877
/// within the sub-region;
878878
/// - 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
880880
/// wrapped region.
881881
/// Note: this doesn't bind to a tool directly and this need special casing
882882
/// anyhow. Hence why this is an Action and not a JobAction, even if there is a

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6217,7 +6217,7 @@ static void CollectForEachInputs(
62176217
&CachedResults) {
62186218
for (const Action *Input : SourceAction->getInputs()) {
62196219
// Search for the Input, if not in the cache assume actions were collapsed
6220-
// so recuse.
6220+
// so recurse.
62216221
auto Lookup = CachedResults.find(
62226222
{Input,
62236223
GetTriplePlusArchString(TC, BoundArch, TargetDeviceOffloadKind)});

0 commit comments

Comments
 (0)