Skip to content

Commit

Permalink
Fix typo in GarbageCollection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfreeze authored Jan 13, 2025
1 parent 9c918d8 commit 34dc673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/internal_doc/GarbageCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ After [all terms](https://github.com/erlang/otp/blob/OTP-18.0/erts/emulator/beam

![Garbage collection: heap scan](assets/gc-heap-scan1.png)

Every term object we can reach is copied to the *to space* and stored on top off the *scan stop* line, and then the scan stop is moved to the end of the last object.
Every term object we can reach is copied to the *to space* and stored on top of the *scan stop* line, and then the scan stop is moved to the end of the last object.

![Garbage collection: heap scan](assets/gc-heap-stop.png)

Expand Down

0 comments on commit 34dc673

Please sign in to comment.