Test commit.
authorMichael LeMay <michael.lemay@intel.com>
Mon, 17 Oct 2016 19:09:19 +0000 (19:09 +0000)
committerMichael LeMay <michael.lemay@intel.com>
Mon, 17 Oct 2016 19:09:19 +0000 (19:09 +0000)
llvm-svn: 284411

llvm/lib/CodeGen/SafeStack.cpp

index 43f7b30..2b82df2 100644 (file)
@@ -714,7 +714,7 @@ bool SafeStack::runOnFunction(Function &F) {
 
   // Collect all points where stack gets unwound and needs to be restored
   // This is only necessary because the runtime (setjmp and unwind code) is
-  // not aware of the unsafe stack and won't unwind/restore it prorerly.
+  // not aware of the unsafe stack and won't unwind/restore it properly.
   // To work around this problem without changing the runtime, we insert
   // instrumentation to restore the unsafe stack pointer when necessary.
   SmallVector<Instruction *, 4> StackRestorePoints;