mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
f377951178
commit
173dcfb7cb
Notes:
sideshowbarker
2024-07-17 10:36:21 +09:00
Author: https://github.com/linusg
Commit: 173dcfb7cb
Pull-request: https://github.com/SerenityOS/serenity/pull/14132
17 changed files with 23 additions and 23 deletions
|
@ -247,7 +247,7 @@ ALWAYS_INLINE void Device::rasterize(Gfx::IntRect& render_bounds, CB1 set_covera
|
|||
auto const qy1 = render_bounds_bottom & ~1;
|
||||
|
||||
// Rasterize all quads
|
||||
// FIXME: this could be embarrasingly parallel
|
||||
// FIXME: this could be embarrassingly parallel
|
||||
for (int qy = qy0; qy <= qy1; qy += 2) {
|
||||
for (int qx = qx0; qx <= qx1; qx += 2) {
|
||||
PixelQuad quad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue