Fix typo in comment, NFC

llvm-svn: 282399
This commit is contained in:
Krzysztof Parzyszek 2016-09-26 12:38:03 +00:00
parent a82d52d11d
commit 0d8a8292bf
1 changed files with 3 additions and 2 deletions

View File

@ -579,8 +579,9 @@ public:
}
};
/// MCRegUnitIterator enumerates a list of register units and their associated
/// lane masks for Reg. The register units are in ascending numerical order.
/// MCRegUnitMaskIterator enumerates a list of register units and their
/// associated lane masks for Reg. The register units are in ascending
/// numerical order.
class MCRegUnitMaskIterator {
MCRegUnitIterator RUIter;
const unsigned *MaskListIter;