mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
LibJS: Fix typo "sweeped" => "swept" everywhere
This commit is contained in:
parent
1bd52ce789
commit
cd53d046b2
10 changed files with 17 additions and 17 deletions
|
@ -25,7 +25,7 @@ WeakRef::~WeakRef()
|
|||
{
|
||||
}
|
||||
|
||||
void WeakRef::remove_sweeped_cells(Badge<Heap>, Vector<Cell*>& cells)
|
||||
void WeakRef::remove_swept_cells(Badge<Heap>, Vector<Cell*>& cells)
|
||||
{
|
||||
VERIFY(m_value);
|
||||
for (auto* cell : cells) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue