diff options
author | Lukas Larsson <[email protected]> | 2017-07-17 08:47:45 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-07-17 08:47:45 +0200 |
commit | de5cfabdad61d45a112d95e24ac44e3f51a4bd18 (patch) | |
tree | b2ec2204e3e802da306551414027e22ff1296d80 | |
parent | 4eb03cce498f214bcb4548a05c0a14f209cd0242 (diff) | |
parent | 8e57a504030e9a5531e6cbed2af9c3013fb351ef (diff) | |
download | otp-de5cfabdad61d45a112d95e24ac44e3f51a4bd18.tar.gz otp-de5cfabdad61d45a112d95e24ac44e3f51a4bd18.tar.bz2 otp-de5cfabdad61d45a112d95e24ac44e3f51a4bd18.zip |
Merge pull request #1514 from alexandre-tsu-manuel/patch-1
Fix a typo in comment in beam_emu : purpouses -> purposes
-rw-r--r-- | erts/emulator/beam/beam_emu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_emu.c b/erts/emulator/beam/beam_emu.c index c7503aff71..377b8e651d 100644 --- a/erts/emulator/beam/beam_emu.c +++ b/erts/emulator/beam/beam_emu.c @@ -1371,7 +1371,7 @@ void process_main(Eterm * x_reg_array, FloatDef* f_reg_array) ERTS_VERIFY_UNUSED_TEMP_ALLOC(c_p); start_time = 0; #ifdef DEBUG - pid = c_p->common.id; /* Save for debugging purpouses */ + pid = c_p->common.id; /* Save for debugging purposes */ #endif ERTS_SMP_REQ_PROC_MAIN_LOCK(c_p); PROCESS_MAIN_CHK_LOCKS(c_p); |