Skip to content

Commit

Permalink
Fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Nov 5, 2023
1 parent ec8867a commit a91a4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wgpu_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ impl WgpuEngine {
// works because there is currently the added constraint that data
// can only flow from CPU to GPU, not the other way around. If and
// when we implement that, we will need to defer the execution. Of
// course, we will also need to wire up more async sychronization
// course, we will also need to wire up more async synchronization
// mechanisms, as the CPU dispatch can't run until the preceding
// command buffer submission completes (and, in WebGPU, the async
// mapping operations on the buffers completes).
Expand Down

0 comments on commit a91a4db

Please sign in to comment.