diff options
author | Lukas Larsson <[email protected]> | 2018-06-18 10:54:00 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-06-18 16:45:37 +0200 |
commit | a01fffa207cecca87861f300e487b7d2cf950f04 (patch) | |
tree | b275c3279168c4496830fd36364614b01c622621 /erts/emulator/beam/erl_process.h | |
parent | 360b68d76d8c297d950616f088458b7c239be7ee (diff) | |
download | otp-a01fffa207cecca87861f300e487b7d2cf950f04.tar.gz otp-a01fffa207cecca87861f300e487b7d2cf950f04.tar.bz2 otp-a01fffa207cecca87861f300e487b7d2cf950f04.zip |
erts: Update etp-commands with correct aux_flags
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index a60e117bab..8d20ccdf90 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -293,7 +293,7 @@ typedef enum { * highest index... * * Remember to update description in erts_pre_init_process() - * when adding new flags... + * and etp-commands when adding new flags... */ typedef enum { |