From a065eb44aa94b56e2d814a933679c23273a6cdcc Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 29 Aug 2014 15:32:09 +0000 Subject: typo llvm-svn: 216732 --- llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp b/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp index 23bca0d53d3..342c9b070e9 100644 --- a/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp +++ b/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp @@ -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. -- cgit v1.2.3