Skip to content

Commit

Permalink
Fix the typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksei-fedotov authored Dec 9, 2024
1 parent d181836 commit 783b9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tbbbind/tbb_bind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ class system_topology {
hwloc_bitmap_and(result_mask, processor_group, constraints_mask);
total_weight += hwloc_bitmap_weight(result_mask);
if (slot_num < total_weight) {
return; // Correponding processor group where to bind the thread is found
return; // Corresponding processor group where to bind the thread is found
}
}
}
Expand Down

0 comments on commit 783b9e6

Please sign in to comment.