projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a99b2
)
Fix typo and test commit
author
Luke Larson
<llarson@apple.com>
Fri, 18 Sep 2015 21:15:45 +0000
(21:15 +0000)
committer
Luke 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
patch
|
blob
|
history
diff --git
a/examples/ExceptionDemo/ExceptionDemo.cpp
b/examples/ExceptionDemo/ExceptionDemo.cpp
index 506f322603f1ee14ea121a46d49958beed80d7f0..444ee2649fa734f2c700d55c61a85a66948345ae 100644
(file)
--- a/
examples/ExceptionDemo/ExceptionDemo.cpp
+++ b/
examples/ExceptionDemo/ExceptionDemo.cpp
@@
-320,7
+320,7
@@
void printStr(char *toPrint) {
}
-/// Deletes the true previosly allocated exception whose address
+/// Deletes the true previo
u
sly allocated exception whose address
/// is calculated from the supplied OurBaseException_t::unwindException
/// member address. Handles (ignores), NULL pointers.
/// @param expToDelete exception to delete