Fix typo in comment.


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@208795 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@
     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));