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
Notes: sideshowbarker 2024-07-17 22:55:25 +09:00

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;