[llvm] r216732 - typo

Sanjay Patel spatel at rotateright.com
Fri Aug 29 08:32:09 PDT 2014


Author: spatel
Date: Fri Aug 29 10:32:09 2014
New Revision: 216732

URL: http://llvm.org/viewvc/llvm-project?rev=216732&view=rev
Log:
typo

Modified:
    llvm/trunk/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

Modified: llvm/trunk/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp?rev=216732&r1=216731&r2=216732&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp (original)
+++ llvm/trunk/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp Fri Aug 29 10:32:09 2014
@@ -439,7 +439,7 @@ class DarwinX86AsmBackend : public X86As
   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.





More information about the llvm-commits mailing list