Skip to content

Commit

Permalink
Update erts/preloaded/src/erlang.erl
Browse files Browse the repository at this point in the history
Co-authored-by: John Högberg <[email protected]>
  • Loading branch information
roelandvanbatenburg and jhogberg authored Sep 29, 2024
1 parent 6bd084d commit b0ad3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/preloaded/src/erlang.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0ad3bc

Please sign in to comment.