summaryrefslogtreecommitdiff
path: root/src/cxa_exception.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-02-15 15:48:49 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-02-15 15:48:49 +0000
commit6d00feffc82d4f8c0201242291a0e93b492e1dd4 (patch)
treedbbe4f657434e445299eeec942c50b5a135f36fa /src/cxa_exception.cpp
parentcba79c6fd9380becbc72a0b85ffa5fc354690e9b (diff)
Bruce Mitchener: Typo fixes.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@175275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/cxa_exception.cpp')
-rw-r--r--src/cxa_exception.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cxa_exception.cpp b/src/cxa_exception.cpp
index 1c36299..f8c38c0 100644
--- a/src/cxa_exception.cpp
+++ b/src/cxa_exception.cpp
@@ -524,7 +524,7 @@ __cxa_decrement_exception_refcount(void* thrown_object) throw()
/*
Returns a pointer to the thrown object (if any) at the top of the
- caughtExceptions stack. Atommically increment the exception's referenceCount.
+ caughtExceptions stack. Atomically increment the exception's referenceCount.
If there is no such thrown object or if the thrown object is foreign,
returns null.
@@ -573,7 +573,7 @@ dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwin
}
/*
- If thrown_object is not null, allocate, initialize and thow a dependent
+ If thrown_object is not null, allocate, initialize and throw a dependent
exception.
*/
void