aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-02-16 12:17:29 +0100
committerHenrik Nord <[email protected]>2012-02-16 12:17:37 +0100
commitce5a7298260d97b6d8aadc4eab016fd2ebbe1a02 (patch)
tree8fac04d3aaf5f2fc9c53131d66b968dcbc81bdd3 /erts
parent6077599253e275f86ccab155bbb7082fa5253e4b (diff)
parentbc330f609b6ff751eefff4113d54f856832c3f30 (diff)
downloadotp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.tar.gz
otp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.tar.bz2
otp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.zip
Merge branch 'rc/spell-registered' into maint
* rc/spell-registered: Correct spelling of "registered" in various places in the source code OTP-9925
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/beam/register.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/register.h b/erts/emulator/beam/register.h
index 97bab3ab71..bf15e63554 100644
--- a/erts/emulator/beam/register.h
+++ b/erts/emulator/beam/register.h
@@ -41,7 +41,7 @@ struct port;
typedef struct reg_proc
{
HashBucket bucket; /* MUST BE LOCATED AT TOP OF STRUCT!!! */
- Process *p; /* The process registerd (only one of this and
+ Process *p; /* The process registered (only one of this and
'pt' is non-NULL */
struct port *pt; /* The port registered */
Eterm name; /* Atom name */