typo
authorSanjay Patel <spatel@rotateright.com>
Fri, 29 Aug 2014 15:32:09 +0000 (15:32 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 29 Aug 2014 15:32:09 +0000 (15:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216732 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

index 23bca0d53d3d584dde652461e80579c5a4b96a3b..342c9b070e9291a95c6e767701d04b1586723416 100644 (file)
@@ -439,7 +439,7 @@ class DarwinX86AsmBackend : public X86AsmBackend {
   unsigned OffsetSize;                   ///< Offset of a "push" instruction.
   unsigned PushInstrSize;                ///< Size of a "push" instruction.
   unsigned MoveInstrSize;                ///< Size of a "move" instruction.
-  unsigned StackDivide;                  ///< Amount to adjust stack stize by.
+  unsigned StackDivide;                  ///< Amount to adjust stack size by.
 protected:
   /// \brief Implementation of algorithm to generate the compact unwind encoding
   /// for the CFI instructions.