summaryrefslogtreecommitdiff
path: root/src/cxa_personality.cpp
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2014-05-14 17:16:57 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2014-05-14 17:16:57 +0000
commit0fd027ba26a80af4332d2fd7fdc52b631b152941 (patch)
tree856d88b91e5249318c510ae840d296ba853dcd6f /src/cxa_personality.cpp
parent24ecd0992aeaf3e16c034053054bda0581e292f4 (diff)
downloadlibcxxabi-0fd027ba26a80af4332d2fd7fdc52b631b152941.tar.gz
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@208795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/cxa_personality.cpp')
-rw-r--r--src/cxa_personality.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxa_personality.cpp b/src/cxa_personality.cpp
index c177743..c3b1843 100644
--- a/src/cxa_personality.cpp
+++ b/src/cxa_personality.cpp
@@ -1049,7 +1049,7 @@ __gxx_personality_v0(_Unwind_State state,
bool native_exception = (unwind_exception->exception_class & get_vendor_and_language) ==
(kOurExceptionClass & get_vendor_and_language);
- // Copy the address of _Unwind_Control_Block to r12 so that _Unwind_GetLangauageSpecificData()
+ // Copy the address of _Unwind_Control_Block to r12 so that _Unwind_GetLanguageSpecificData()
// and _Unwind_GetRegionStart() can return correct address.
_Unwind_SetGR(context, REG_UCB, reinterpret_cast<uint32_t>(unwind_exception));