Skip to content

Commit

Permalink
Merge pull request #9284 from cjfreeze/cf-fix-typo
Browse files Browse the repository at this point in the history
Fix typo in GarbageCollection.md
  • Loading branch information
bjorng authored Jan 13, 2025
2 parents 960dff7 + 34dc673 commit 72a7f0e
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 72a7f0e

Please sign in to comment.