diff --git a/test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c b/test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c index 8967abc453..a1c4a3ed31 100644 --- a/test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c +++ b/test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c @@ -143,7 +143,7 @@ static int tracee(const char *luacode) /* * XXX: The only event to be streamed must be FFUNC at * the instruction. - * TODO: Make this part test agnostic. + * TODO: Make this part test-agnostic. */ assert(luaM_sysprof_report(&counters) == PROFILE_SUCCESS); assert(counters.samples == 1);