Skip to content

Commit 37bc125

Browse files
ezhourealyangw-dev
authored andcommitted
fix: spelling (vllm-project#16466)
Signed-off-by: Tianer Zhou <[email protected]> Signed-off-by: Yang Wang <[email protected]>
1 parent 79287df commit 37bc125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/custom_all_reduce.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ class CustomAllreduce {
375375
bool fully_connected_;
376376

377377
RankSignals sg_;
378-
// Stores an map from a pointer to its peer pointers from all ranks.
378+
// Stores a map from a pointer to its peer pointers from all ranks.
379379
std::unordered_map<void*, RankData*> buffers_;
380380
Signal* self_sg_;
381381

0 commit comments

Comments
 (0)