[llvm] r276879 - Typo fix. NFC

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 08:13:25 PDT 2016


Author: rovka
Date: Wed Jul 27 10:13:25 2016
New Revision: 276879

URL: http://llvm.org/viewvc/llvm-project?rev=276879&view=rev
Log:
Typo fix. NFC

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp

Modified: llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp?rev=276879&r1=276878&r2=276879&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp Wed Jul 27 10:13:25 2016
@@ -49,7 +49,7 @@ unsigned AArch64InstrInfo::GetInstSizeIn
   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:




More information about the llvm-commits mailing list