Skip to content

Commit

Permalink
fixing a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Jul 21, 2017
1 parent 57ae625 commit 2cd3b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion similarity_search/include/thread_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace similarity {
lastException = std::current_exception();
/*
* This will work even when current is the largest value that
* size_t can fit, because feat_add returns the previous value
* size_t can fit, because fetch_add returns the previous value
* before the increment (what will result in overflow
* and produce 0 instead of current + 1).
*/
Expand Down

0 comments on commit 2cd3b07

Please sign in to comment.