r184495 - Fix typo in comment. Patch by Matthew Dempsky!

Richard Smith richard-llvm at metafoo.co.uk
Thu Jun 20 16:03:36 PDT 2013


Author: rsmith
Date: Thu Jun 20 18:03:35 2013
New Revision: 184495

URL: http://llvm.org/viewvc/llvm-project?rev=184495&view=rev
Log:
Fix typo in comment. Patch by Matthew Dempsky!

Modified:
    cfe/trunk/lib/CodeGen/CGException.cpp

Modified: cfe/trunk/lib/CodeGen/CGException.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGException.cpp?rev=184495&r1=184494&r2=184495&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGException.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGException.cpp Thu Jun 20 18:03:35 2013
@@ -89,7 +89,7 @@ static llvm::Constant *getEndCatchFn(Cod
 }
 
 static llvm::Constant *getUnexpectedFn(CodeGenModule &CGM) {
-  // void __cxa_call_unexepcted(void *thrown_exception);
+  // void __cxa_call_unexpected(void *thrown_exception);
 
   llvm::FunctionType *FTy =
     llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false);





More information about the cfe-commits mailing list