Fix typo and test commit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Luke Larson 2015-09-18 21:15:45 +00:00
parent 26a99b2dc8
commit 204847af9d

View 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