Skip to content

Commit 7fa464f

Browse files
committed
Fix copy+paste typo in doxygen parameter name to fix Wdocumentation. NFCI.
1 parent 9ff9c1d commit 7fa464f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/IRSimilarityIdentifier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ class IRSimilarityCandidate {
462462

463463
public:
464464
/// \param StartIdx - The starting location of the region.
465-
/// \param StartIdx - The length of the region.
465+
/// \param Len - The length of the region.
466466
/// \param FirstInstIt - The starting IRInstructionData of the region.
467467
/// \param LastInstIt - The ending IRInstructionData of the region.
468468
IRSimilarityCandidate(unsigned StartIdx, unsigned Len,

0 commit comments

Comments
 (0)