From 92cc5cf7a89ecb818393b401842639e9bc858b4d Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Mon, 1 Dec 2014 06:14:52 +0000 Subject: [PATCH] Fix capitalization. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222988 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h b/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h index 1dc506a7f7f..0c0801d5232 100644 --- a/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h +++ b/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h @@ -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