File 1170-Fix-typo-in-GarbageCollection.md.patch of Package erlang
From 34dc67344f8013a22911d9b9071c928b3cf880f6 Mon Sep 17 00:00:00 2001
From: Chris Freeze <chrstnfreeze@gmail.com>
Date: Mon, 13 Jan 2025 04:06:37 -0600
Subject: [PATCH] Fix typo in GarbageCollection.md
---
erts/emulator/internal_doc/GarbageCollection.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/emulator/internal_doc/GarbageCollection.md b/erts/emulator/internal_doc/GarbageCollection.md
index af1b9849ba..4a6f53417d 100644
--- a/erts/emulator/internal_doc/GarbageCollection.md
+++ b/erts/emulator/internal_doc/GarbageCollection.md
@@ -59,7 +59,7 @@ After [all terms](https://github.com/erlang/otp/blob/OTP-18.0/erts/emulator/beam

-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.

--
2.43.0