summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_personality.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-01-31 19:05:08 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-01-31 19:05:08 +0000
commit43f5fecdb5efa4a39ed4291cf76887c5cde6b080 (patch)
treefda54fb3d07b3908e30415bb9d4efa52cc166cce /libcxxabi/src/cxa_personality.cpp
parentecc05b0dc3fc59609d62bb48e149dc9e5028188b (diff)
downloadbcm5719-llvm-43f5fecdb5efa4a39ed4291cf76887c5cde6b080.tar.gz
bcm5719-llvm-43f5fecdb5efa4a39ed4291cf76887c5cde6b080.zip
Fix type-o in the comment of the last commit
llvm-svn: 149403
Diffstat (limited to 'libcxxabi/src/cxa_personality.cpp')
-rw-r--r--libcxxabi/src/cxa_personality.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp
index ce51adfb101..4badbbd5409 100644
--- a/libcxxabi/src/cxa_personality.cpp
+++ b/libcxxabi/src/cxa_personality.cpp
@@ -867,7 +867,7 @@ __cxa_call_unexpected(void* arg)
old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
t_handler = old_exception_header->terminateHandler;
u_handler = old_exception_header->unexpectedHandler;
- // std::__unexpected(u_handler) rethrows the same exception,
+ // If std::__unexpected(u_handler) rethrows the same exception,
// these values get overwritten by the rethrow. So save them now:
ttypeIndex = old_exception_header->handlerSwitchValue;
lsda = old_exception_header->languageSpecificData;
OpenPOWER on IntegriCloud