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

Matthew Dempsky matthew at dempsky.org
Thu Jun 20 16:02:26 PDT 2013


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130620/0abc6c2f/attachment.html>


More information about the cfe-commits mailing list