> -----Original Message----- > From: Marek Polacek [mailto:pola...@redhat.com] > Sent: 24 September 2013 13:57 > To: Paulo Matos > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] Fix typo in check for null > > On Mon, Sep 23, 2013 at 02:03:02PM +0000, Paulo Matos wrote: > > This is a patch for master, where in number_of_loops, we want to check if > the loops (returned by loops_for_fn) is non-null but instead we are using fn, > which is the function argument. I haven't opened a bug report, please let me > know if I need to do that before submitting patches. > > > > 2013-09-23 Paulo Matos <pma...@broadcom.com> > > > > * gcc/cfgloop.h (number_of_loops): Fix typo in check for null > > The CL should have two spaces (twice) between the date and the > date and the e-mail, plus please drop the gcc/ prefix and add a full stop at > the end of the sentence. > > Marek
Thanks for the comments Marek, will fix it. 2013-09-24 Paulo Matos <pma...@broadcom.com> * cfgloop.h (number_of_loops): Fix typo in check for null.