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

Richard Smith richard at metafoo.co.uk
Thu Jun 20 16:04:45 PDT 2013


r184495, thanks.

On Thu, Jun 20, 2013 at 4:02 PM, Matthew Dempsky <matthew at dempsky.org> wrote:
> Ping?  Can someone please commit this for me please?  Thanks!
>
>
> On Fri, Jun 7, 2013 at 7:17 AM, Rafael EspĂ­ndola
> <rafael.espindola at gmail.com> wrote:
>>
>> 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
>
>
>
> _______________________________________________
> 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