Skip to content

Commit

Permalink
chore: update TokenTree.cpp (#562)
Browse files Browse the repository at this point in the history
mutliple -> multiple
  • Loading branch information
eltociear authored Aug 6, 2024
1 parent 770d235 commit c97a519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Index/TokenTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ void Rebuilder::BuildBottomUp(std::deque<Substitution> &orig_subs_alloc) {
continue;
}

// The parsed token appears mutliple times in the printed range.
// The parsed token appears multiple times in the printed range.
// Conservatively ignore it for now.
//
// TODO(pag): Eventually do something smarter.
Expand Down

0 comments on commit c97a519

Please sign in to comment.