[PATCH] Typo in comment: s/unexepcted/unexpected/

Matthew Dempsky matthew at dempsky.org
Thu Jun 6 19:25:47 PDT 2013


Index: lib/CodeGen/CGException.cpp
===================================================================
--- lib/CodeGen/CGException.cpp	(revision 182812)
+++ lib/CodeGen/CGException.cpp	(working copy)
@@ -89,7 +89,7 @@
 }
 
 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