From edb8aa4f76981c1f32c9b429f47ce30100126e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20H=C3=B6gberg?= Date: Mon, 25 Mar 2019 14:36:18 +0100 Subject: erts: Fix incorrect ticket example in comment --- erts/emulator/beam/erl_nif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/emulator/beam/erl_nif.h') 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. -- cgit v1.2.3