From: Luke Larson Date: Fri, 18 Sep 2015 21:15:45 +0000 (+0000) Subject: Fix typo and test commit X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=204847af9d05e32171f761217145a8517b75ec35;p=oota-llvm.git Fix typo and test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/ExceptionDemo/ExceptionDemo.cpp b/examples/ExceptionDemo/ExceptionDemo.cpp index 506f322603f..444ee2649fa 100644 --- a/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/examples/ExceptionDemo/ExceptionDemo.cpp @@ -320,7 +320,7 @@ void printStr(char *toPrint) { } -/// Deletes the true previosly allocated exception whose address +/// Deletes the true previously allocated exception whose address /// is calculated from the supplied OurBaseException_t::unwindException /// member address. Handles (ignores), NULL pointers. /// @param expToDelete exception to delete