Fix typo and test commit
authorLuke Larson <llarson@apple.com>
Fri, 18 Sep 2015 21:15:45 +0000 (21:15 +0000)
committerLuke Larson <llarson@apple.com>
Fri, 18 Sep 2015 21:15:45 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248042 91177308-0d34-0410-b5e6-96231b3b80d8

examples/ExceptionDemo/ExceptionDemo.cpp

index 506f322603f1ee14ea121a46d49958beed80d7f0..444ee2649fa734f2c700d55c61a85a66948345ae 100644 (file)
@@ -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