File 0254-Update-erts-preloaded-src-erlang.erl.patch of Package erlang
From b0ad3bc8b80d231ddc39bdeeba597a2e6c966d44 Mon Sep 17 00:00:00 2001
From: Roeland van Batenburg <roelandvanbatenburg@gmail.com>
Date: Mon, 30 Sep 2024 11:20:46 +1300
Subject: [PATCH 2/2] Update erts/preloaded/src/erlang.erl
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: John Högberg <john@erlang.org>
---
erts/preloaded/src/erlang.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/preloaded/src/erlang.erl b/erts/preloaded/src/erlang.erl
index 68256be424..c142639b27 100644
--- a/erts/preloaded/src/erlang.erl
+++ b/erts/preloaded/src/erlang.erl
@@ -3308,7 +3308,7 @@ Puts the calling process into a wait state where its memory allocation has been
reduced as much as possible. This is useful if the process does not expect to
receive any messages soon.
-The process is awakend when a message is sent to it, and control resumes in
+The process is awakened when a message is sent to it, and control resumes in
`Module:Function` with the arguments specified by `Args` with the call stack
emptied, meaning that the process terminates when that function returns. Thus
`erlang:hibernate/3` never returns to its caller. The resume function
--
2.43.0