Skip to content

Commit cea94b4

Browse files
committed
Fix typo
1 parent 1a96830 commit cea94b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/util/thread-pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace internal {
4444

4545
namespace detail {
4646

47-
// Needed before std::packaged_task is not copyable and hence not convertible
47+
// Needed because std::packaged_task is not copyable and hence not convertible
4848
// to std::function.
4949
template <typename R, typename... Args>
5050
struct packaged_task_wrapper {

0 commit comments

Comments
 (0)