Fix typo and test commit

llvm-svn: 248042
This commit is contained in:
Luke Larson 2015-09-18 21:15:45 +00:00
parent dce40c518d
commit e7dba51330
1 changed files with 1 additions and 1 deletions

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