Skip to content

Commit

Permalink
spelling: wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 24, 2023
1 parent 3d36921 commit 0f4ce9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ext/ctpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ namespace ctpl {
delete _f; // empty the queue
}

// pops a functional wraper to the original function
// pops a functional wrapper to the original function
std::function<void(int)> pop() {
std::function<void(int id)> * _f = nullptr;
this->q.pop(_f);
Expand Down

0 comments on commit 0f4ce9e

Please sign in to comment.