]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: fix a minor typo
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 20 Aug 2025 18:22:37 +0000 (20:22 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 20 Aug 2025 18:22:37 +0000 (20:22 +0200)
none/tests/freebsd/open_client.cpp

index 454c0a3dc7ecf639a8cd2382d8dccc4a1371e9aa..54fb63b0e7b3818c0d0fe52aeee2cb063456e4a4 100644 (file)
@@ -49,7 +49,7 @@ int main(int argc, char** argv)
     int dotdot;
     if ((dotdot = open("..", O_DIRECTORY | O_RDONLY)) == -1)
     {
-        throw std::runtime_error("failed to open ,.");
+        throw std::runtime_error("failed to open ..");
     }
     else
     {