mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
Fix typos
This commit is contained in:
parent
e783666a19
commit
b13d93b83b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ pub struct RenderTask<C> {
|
|||
/// Renderer workers
|
||||
worker_txs: Vec<Sender<WorkerMsg>>,
|
||||
|
||||
/// The receiver on which we recieve rendered buffers from the workesr
|
||||
/// The receiver on which we receive rendered buffers from the workers
|
||||
worker_result_rx: Receiver<Box<LayerBuffer>>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue