Typo fixes. NFC
authorDiana Picus <diana.picus@linaro.org>
Wed, 31 Aug 2016 12:43:44 +0000 (12:43 +0000)
committerDiana Picus <diana.picus@linaro.org>
Wed, 31 Aug 2016 12:43:44 +0000 (12:43 +0000)
llvm-svn: 280229

llvm/include/llvm/CodeGen/StackMaps.h
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp

index 2b5a432..2e50689 100644 (file)
@@ -24,7 +24,7 @@ class MCStreamer;
 
 /// \brief MI-level stackmap operands.
 ///
-/// MI slackmap operations take the form:
+/// MI stackmap operations take the form:
 /// <id>, <numBytes>, live args...
 class StackMapOpers {
 public:
index 3b1006f..e89fc4d 100644 (file)
@@ -73,7 +73,7 @@ unsigned AArch64InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
     return 16;
   }
 
-  llvm_unreachable("getInstSizeInBytes()- Unable to determin insn size");
+  llvm_unreachable("getInstSizeInBytes()- Unable to determine insn size");
 }
 
 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target,