fix: spelling (#16466)

Signed-off-by: Tianer Zhou <ezhoureal@gmail.com>
This commit is contained in:
Tianer Zhou 2025-04-12 14:24:22 +08:00 committed by GitHub
parent fbf722c6e6
commit 4a3a518722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -375,7 +375,7 @@ class CustomAllreduce {
bool fully_connected_;
RankSignals sg_;
// Stores an map from a pointer to its peer pointers from all ranks.
// Stores a map from a pointer to its peer pointers from all ranks.
std::unordered_map<void*, RankData*> buffers_;
Signal* self_sg_;