Skip to content

Commit

Permalink
Typo fix in TreeOfLosers.h (#11125)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #11125

Reviewed By: pedroerp

Differential Revision: D63715473

Pulled By: xiaoxmeng

fbshipit-source-id: 6c3247b898353334ccd20c1980eb9ba61aa82a18
  • Loading branch information
mapleFU authored and facebook-github-bot committed Oct 2, 2024
1 parent bfb8ebe commit bd2b072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/exec/TreeOfLosers.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class TreeOfLosers {
};

// Array-based merging structure implementing the same interface as
// TreOfLosers. The streams are sorted on their first value. The
// TreeOfLosers. The streams are sorted on their first value. The
// first stream is returned and then reinserted in the array at the
// position corresponding to the new element after the caller has
// popped off the previous first value.
Expand Down

0 comments on commit bd2b072

Please sign in to comment.