Typo fix. NFC

llvm-svn: 276879
This commit is contained in:
Diana Picus 2016-07-27 15:13:25 +00:00
parent 644ea61d2d
commit c65d8bdcf2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ unsigned AArch64InstrInfo::GetInstSizeInBytes(const MachineInstr &MI) const {
const MCInstrDesc &Desc = MI.getDesc();
switch (Desc.getOpcode()) {
default:
// Anything not explicitly designated otherwise is a nomal 4-byte insn.
// Anything not explicitly designated otherwise is a normal 4-byte insn.
return 4;
case TargetOpcode::DBG_VALUE:
case TargetOpcode::EH_LABEL: