tint: Minor no-op cleanup changes

Change-Id: I91ad6044e7809ed2deab0fbd4417da90c7870d81
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99705
Commit-Queue: Ben Clayton <bclayton@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton
2022-08-23 16:23:05 +00:00
committed by Dawn LUCI CQ
parent e3f2005b2d
commit b90b6bff1d
5 changed files with 133 additions and 178 deletions

View File

@@ -145,7 +145,7 @@ void FirstIndexOffset::Run(CloneContext& ctx, const DataMap& inputs, DataMap& ou
}
}
}
// Not interested in this experssion. Just clone.
// Not interested in this expression. Just clone.
return nullptr;
});
}