Fix capitalization. NFC.
authorAkira Hatanaka <ahatanaka@apple.com>
Mon, 1 Dec 2014 06:14:52 +0000 (06:14 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Mon, 1 Dec 2014 06:14:52 +0000 (06:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222988 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h

index 1dc506a7f7f37d4d0e9954bcc3c15adf2e17ef3c..0c0801d5232d43129615b9be6a127d156ad230b9 100644 (file)
@@ -248,9 +248,9 @@ static inline bool processLogicalImmediate(uint64_t Imm, unsigned RegSize,
   }
 
   // Encode in Immr the number of RORs it would take to get *from* 0^m 1^n
-  // to our target value, where i is the number of RORs to go the opposite
+  // to our target value, where I is the number of RORs to go the opposite
   // direction.
-  assert(Size > I && "I should be smaller than element Size");
+  assert(Size > I && "I should be smaller than element size");
   unsigned Immr = (Size - I) & (Size - 1);
 
   // If size has a 1 in the n'th bit, create a value that has zeroes in