Fix copy+paste typo in doxygen parameter name to fix Wdocumentation. NFCI.

This commit is contained in:
Simon Pilgrim 2020-09-25 22:09:51 +01:00
parent 9ff9c1d8ee
commit 7fa464f33d
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ private:
public:
/// \param StartIdx - The starting location of the region.
/// \param StartIdx - The length of the region.
/// \param Len - The length of the region.
/// \param FirstInstIt - The starting IRInstructionData of the region.
/// \param LastInstIt - The ending IRInstructionData of the region.
IRSimilarityCandidate(unsigned StartIdx, unsigned Len,