diff --git a/cpp/src/arrow/testing/process.cc b/cpp/src/arrow/testing/process.cc index 5abeac7e343e1..410982efe0d9d 100644 --- a/cpp/src/arrow/testing/process.cc +++ b/cpp/src/arrow/testing/process.cc @@ -113,7 +113,7 @@ class Process::Impl { // https://github.com/boostorg/process/issues/259 // // So we try graceful shutdown (SIGTERM + waitpid()) before - // immediate shutdown (SIGTERM). This assumes that the target + // immediate shutdown (SIGKILL). This assumes that the target // executable such as "python3 -m testbench" terminates all related // processes by graceful shutdown. boost::system::error_code error_code;