]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: minor typo in test error message
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 7 Dec 2025 08:36:20 +0000 (09:36 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 7 Dec 2025 08:36:20 +0000 (09:36 +0100)
memcheck/tests/freebsd/get_set_context.c

index e0b7db63b1b07a33b16b0c57c7d7af79c68da4b9..e62666084d6d8a3aa082fdf67fdbae22eaba1bc2 100644 (file)
@@ -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);