diff options
author | Lukas Larsson <[email protected]> | 2018-06-20 11:17:22 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-06-20 11:17:22 +0200 |
commit | bd5541b57fcada9ad213deb13648a070d64d0edb (patch) | |
tree | 3e6137beff4caf411d0f042ae9a97c1fdd0f599e /erts/emulator | |
parent | 759cdfb5dfc45a91bced732fe3d33f05604e1467 (diff) | |
parent | a01fffa207cecca87861f300e487b7d2cf950f04 (diff) | |
download | otp-bd5541b57fcada9ad213deb13648a070d64d0edb.tar.gz otp-bd5541b57fcada9ad213deb13648a070d64d0edb.tar.bz2 otp-bd5541b57fcada9ad213deb13648a070d64d0edb.zip |
Merge branch 'lukas/erts/etp-aux-work-fixes' into maint
* lukas/erts/etp-aux-work-fixes:
erts: Update etp-commands with correct aux_flags
Diffstat (limited to 'erts/emulator')
-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 { |