From: Simon Pilgrim Date: Mon, 9 Sep 2019 16:05:59 +0000 (+0000) Subject: Fix typo in comment noticed in D60295. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bd38df9e6fd948315f108613acd8665bae3bbee;p=llvm Fix typo in comment noticed in D60295. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371415 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SwitchLoweringUtils.h b/include/llvm/CodeGen/SwitchLoweringUtils.h index 62134dc792f..31b5f794d90 100644 --- a/include/llvm/CodeGen/SwitchLoweringUtils.h +++ b/include/llvm/CodeGen/SwitchLoweringUtils.h @@ -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);