]> granicus.if.org Git - llvm/commitdiff
Fix typo in comment, NFC
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 26 Sep 2016 12:38:03 +0000 (12:38 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 26 Sep 2016 12:38:03 +0000 (12:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282399 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCRegisterInfo.h

index 1d3c64a8ef5da93eebd5967283e2a611ef031123..776fb09c12331aee2fa1967fb294d10eb674d4a8 100644 (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;