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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Jun 7 07:17:35 PDT 2013


LGTM

On 6 June 2013 22:25, Matthew Dempsky <matthew at dempsky.org> wrote:
> 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);
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list