[llvm] r248042 - Fix typo and test commit

Luke Larson via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 14:15:45 PDT 2015


Author: llarson
Date: Fri Sep 18 16:15:45 2015
New Revision: 248042

URL: http://llvm.org/viewvc/llvm-project?rev=248042&view=rev
Log:
Fix typo and test commit

Modified:
    llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp

Modified: llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp?rev=248042&r1=248041&r2=248042&view=diff
==============================================================================
--- llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp (original)
+++ llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp Fri Sep 18 16:15:45 2015
@@ -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




More information about the llvm-commits mailing list