1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:57:45 +00:00

LibGfx: Fix typo

This commit is contained in:
MacDue 2024-01-02 20:44:50 +00:00 committed by Andreas Kling
parent a9502396ee
commit db51e80d50

View file

@ -262,7 +262,7 @@ Detail::Edge* EdgeFlagPathRasterizer<SamplesPerPixel>::plot_edges_for_scanline(i
else
active_edges = current_edge;
} else {
// This egde sticks around for a few more scanlines.
// This edge sticks around for a few more scanlines.
plot_edge(*current_edge, 0, SamplesPerPixel, edge_extent);
prev_edge = current_edge;
current_edge = current_edge->next_edge;