mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Apply fixes from codespell
This commit is contained in:
parent
f45f1e2ec5
commit
c8169ea274
14 changed files with 20 additions and 20 deletions
|
|
@ -1772,7 +1772,7 @@ void GDScriptByteCodeGenerator::end_block() {
|
|||
void GDScriptByteCodeGenerator::clean_temporaries() {
|
||||
List<int>::Element *E = temporaries_pending_clear.front();
|
||||
while (E) {
|
||||
// The temporary may have been re-used as something else than an object
|
||||
// The temporary may have been reused as something else than an object
|
||||
// since it was added to the list. In that case, there's no need to clear it.
|
||||
int slot_idx = E->get();
|
||||
const StackSlot &slot = temporaries[slot_idx];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue