Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 31, 2024
1 parent c193c0d commit f11af96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/testing/process.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f11af96

Please sign in to comment.