diff options
author | Alexandre Manuel <[email protected]> | 2017-07-16 08:14:57 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-07-16 08:14:57 +0200 |
commit | 8e57a504030e9a5531e6cbed2af9c3013fb351ef (patch) | |
tree | 3dab5115445dd7ca4871823154a6ccbc65e2a060 /erts | |
parent | 50525f3f4e4d6a094d08be91bb5fe1eb5094333d (diff) | |
download | otp-8e57a504030e9a5531e6cbed2af9c3013fb351ef.tar.gz otp-8e57a504030e9a5531e6cbed2af9c3013fb351ef.tar.bz2 otp-8e57a504030e9a5531e6cbed2af9c3013fb351ef.zip |
Fix a typo in comment in beam_emu : purpouses -> purposes
Diffstat (limited to 'erts')
-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); |