diff options
author | John Högberg <[email protected]> | 2019-03-25 14:36:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-03-25 14:36:18 +0100 |
commit | edb8aa4f76981c1f32c9b429f47ce30100126e58 (patch) | |
tree | 54bf4f3acc1216e0775311bca4e65ee26f22bdc3 | |
parent | 54d1b47d1e845838584de9660788f2f64ad46e90 (diff) | |
download | otp-edb8aa4f76981c1f32c9b429f47ce30100126e58.tar.gz otp-edb8aa4f76981c1f32c9b429f47ce30100126e58.tar.bz2 otp-edb8aa4f76981c1f32c9b429f47ce30100126e58.zip |
erts: Fix incorrect ticket example in comment
-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. |