Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 23d2e04

Browse files
author
Krzysztof Parzyszek
committed
Fix typo in comment, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282399 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 56f90d7 commit 23d2e04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/llvm/MC/MCRegisterInfo.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,9 @@ class MCRegUnitIterator : public MCRegisterInfo::DiffListIterator {
579579
}
580580
};
581581

582-
/// MCRegUnitIterator enumerates a list of register units and their associated
583-
/// lane masks for Reg. The register units are in ascending numerical order.
582+
/// MCRegUnitMaskIterator enumerates a list of register units and their
583+
/// associated lane masks for Reg. The register units are in ascending
584+
/// numerical order.
584585
class MCRegUnitMaskIterator {
585586
MCRegUnitIterator RUIter;
586587
const unsigned *MaskListIter;

0 commit comments

Comments
 (0)