Fix typo in comment noticed in D60295. NFCI.

llvm-svn: 371415
This commit is contained in:
Simon Pilgrim 2019-09-09 16:05:59 +00:00
parent 02eb308387
commit 9ede7c0395
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ struct BitTestBlock {
Cases(std::move(C)), Prob(Pr) {}
};
/// Return the range of value within a range.
/// Return the range of values within a range.
uint64_t getJumpTableRange(const CaseClusterVector &Clusters, unsigned First,
unsigned Last);