Skip to content

Commit

Permalink
removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVavaldi committed Feb 6, 2024
1 parent 656bf25 commit 148de06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ int main(int argc, const char *argv[]) {

queue_buffer.emplace_back(rule_set_pair);
if (queue_buffer.size() > 10) {
std::unique_lock<std::mutex> lock(lock_obj); // push to queuedd
std::unique_lock<std::mutex> lock(lock_obj); // push to queue
rule_queue.push(queue_buffer);
lock.unlock();

Expand Down

0 comments on commit 148de06

Please sign in to comment.