From 0d8a8292bf5a45743e95ae89ce49949f61825481 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Mon, 26 Sep 2016 12:38:03 +0000 Subject: [PATCH] Fix typo in comment, NFC llvm-svn: 282399 --- llvm/include/llvm/MC/MCRegisterInfo.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/MC/MCRegisterInfo.h b/llvm/include/llvm/MC/MCRegisterInfo.h index 1d3c64a8ef5d..776fb09c1233 100644 --- a/llvm/include/llvm/MC/MCRegisterInfo.h +++ b/llvm/include/llvm/MC/MCRegisterInfo.h @@ -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;