]> granicus.if.org Git - clang/commitdiff
Fix typo in comment. Patch by Matthew Dempsky!
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Jun 2013 23:03:35 +0000 (23:03 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Jun 2013 23:03:35 +0000 (23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184495 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGException.cpp

index b01fdd4b264841c1d2f864c748d9481045316aa0..0c2cfc4c07bd2e4e9f21dc63f5d19a34f4591fa8 100644 (file)
@@ -89,7 +89,7 @@ static llvm::Constant *getEndCatchFn(CodeGenModule &CGM) {
 }
 
 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);