Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed May 10, 2018
1 parent 1a96830 commit cea94b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/thread-pool.h
Expand Up @@ -44,7 +44,7 @@ namespace internal {

namespace detail {

// Needed before std::packaged_task is not copyable and hence not convertible
// Needed because std::packaged_task is not copyable and hence not convertible
// to std::function.
template <typename R, typename... Args>
struct packaged_task_wrapper {
Expand Down

0 comments on commit cea94b4

Please sign in to comment.