diff options
-rw-r--r-- | llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp index baaaf46d7fd..8a46fb4be83 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp @@ -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: |