diff options
author | Luke Larson <llarson@apple.com> | 2015-09-18 21:15:45 +0000 |
---|---|---|
committer | Luke Larson <llarson@apple.com> | 2015-09-18 21:15:45 +0000 |
commit | e7dba513306464911f2b2ac77b3fa84c4f241cc2 (patch) | |
tree | 1b63027080fc881b6884c5e8a56df96b19299185 /llvm/examples/ExceptionDemo/ExceptionDemo.cpp | |
parent | dce40c518d7bb7726f15276ac31de8fefdbf8fd0 (diff) | |
download | bcm5719-llvm-e7dba513306464911f2b2ac77b3fa84c4f241cc2.tar.gz bcm5719-llvm-e7dba513306464911f2b2ac77b3fa84c4f241cc2.zip |
Fix typo and test commit
llvm-svn: 248042
Diffstat (limited to 'llvm/examples/ExceptionDemo/ExceptionDemo.cpp')
-rw-r--r-- | llvm/examples/ExceptionDemo/ExceptionDemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp index 506f322603f..444ee2649fa 100644 --- a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/llvm/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 |