[libcxxabi] r208795 - Fix typo in comment.
Logan Chien
tzuhsiang.chien at gmail.com
Wed May 14 10:16:58 PDT 2014
Author: logan
Date: Wed May 14 12:16:57 2014
New Revision: 208795
URL: http://llvm.org/viewvc/llvm-project?rev=208795&view=rev
Log:
Fix typo in comment.
Modified:
libcxxabi/trunk/src/cxa_personality.cpp
Modified: libcxxabi/trunk/src/cxa_personality.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/cxa_personality.cpp?rev=208795&r1=208794&r2=208795&view=diff
==============================================================================
--- libcxxabi/trunk/src/cxa_personality.cpp (original)
+++ libcxxabi/trunk/src/cxa_personality.cpp Wed May 14 12:16:57 2014
@@ -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));
More information about the cfe-commits
mailing list