Fix typo in a comment
Change-Id: I85aa498e6f593567b361f01734af1e8eb586ceba Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/64080 Auto-Submit: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
f66f651374
commit
d705a13599
|
@ -89,7 +89,7 @@ bool LastIsFallthrough(const ast::BlockStatement* stmts) {
|
|||
return !stmts->empty() && stmts->last()->Is<ast::FallthroughStatement>();
|
||||
}
|
||||
|
||||
// A terminator is anything which will case a SPIR-V terminator to be emitted.
|
||||
// A terminator is anything which will cause a SPIR-V terminator to be emitted.
|
||||
// This means things like breaks, fallthroughs and continues which all emit an
|
||||
// OpBranch or return for the OpReturn emission.
|
||||
bool LastIsTerminator(const ast::BlockStatement* stmts) {
|
||||
|
|
Loading…
Reference in New Issue