mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibJS: Fix typo "sweeped" => "swept" everywhere
This commit is contained in:
@@ -23,7 +23,7 @@ WeakSet::~WeakSet()
|
||||
{
|
||||
}
|
||||
|
||||
void WeakSet::remove_sweeped_cells(Badge<Heap>, Vector<Cell*>& cells)
|
||||
void WeakSet::remove_swept_cells(Badge<Heap>, Vector<Cell*>& cells)
|
||||
{
|
||||
for (auto* cell : cells)
|
||||
m_values.remove(cell);
|
||||
|
||||
Reference in New Issue
Block a user