diff options
Diffstat (limited to 'erts/emulator')
-rw-r--r-- | erts/emulator/beam/erl_nif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_nif.h b/erts/emulator/beam/erl_nif.h index 7c6d52f525..cc389a093f 100644 --- a/erts/emulator/beam/erl_nif.h +++ b/erts/emulator/beam/erl_nif.h @@ -64,7 +64,7 @@ * WHEN CHANGING INTERFACE VERSION, also replace erts version below with * a ticket number e.g. "erts-@OTP-12345@". The syntax is the same as for * runtime dependencies so multiple tickets should be separated with ":", e.g. - * "erts-@OTP-12345:54321@". + * "erts-@OTP-12345:OTP-54321@". * * If you're not on the OTP team, you should use a placeholder like * erts-@MyName@ instead. |