From: Paul Floyd Date: Sun, 7 Dec 2025 08:36:20 +0000 (+0100) Subject: FreeBSD regtest: minor typo in test error message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a1dfad820a6befb122aaab31743aeba3ab5062;p=thirdparty%2Fvalgrind.git FreeBSD regtest: minor typo in test error message --- diff --git a/memcheck/tests/freebsd/get_set_context.c b/memcheck/tests/freebsd/get_set_context.c index e0b7db63b..e62666084 100644 --- a/memcheck/tests/freebsd/get_set_context.c +++ b/memcheck/tests/freebsd/get_set_context.c @@ -69,7 +69,7 @@ int main(void) if (-1 == swapcontext(ucp2, ucp)) { perror("swapcontext failed: "); } - fprintf(stderr, "should never see swapcontest return\n"); + fprintf(stderr, "should never see swapcontext return\n"); } assert(flag == 5);