mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Trivial comment fix
This commit is contained in:
parent
663ffdc5a9
commit
f025074f4e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ fn main(args: [str]) {
|
||||||
// The platform event handler thread
|
// The platform event handler thread
|
||||||
let osmain = platform::osmain::osmain();
|
let osmain = platform::osmain::osmain();
|
||||||
|
|
||||||
// The compositor
|
// The renderer
|
||||||
let renderer = gfx::renderer::renderer(osmain);
|
let renderer = gfx::renderer::renderer(osmain);
|
||||||
|
|
||||||
// The layout task
|
// The layout task
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue