On Mon, Sep 23, 2024 at 12:57 PM Andrew Kreimer <[email protected]> wrote:
>
> On Mon, Sep 23, 2024 at 12:47:28PM -0700, Andrew Pinski wrote:
> > On Fri, Sep 20, 2024 at 1:41 AM Andrew Kreimer <[email protected]> wrote:
> > >
> > > Fix typos in comments.
> >
> > OK. Do you have push access or need someone to push it for you?
> >
>
> Hi, I need someone to push to.
Ok, pushed as r15-3813-g0121b852c85db9 except for the configure part
since the top-level libtool.m4 still contains the typo and we should
only be regenerating configure.
ChangeLog entry used:
libobjc/ChangeLog:
* Makefile.in: s/overrridden/overridden.
* encoding.c (_darwin_rs6000_special_round_type_align): Fix typo
in comment.
(rs6000_special_round_type_align): Likewise.
* exception.c (is_kind_of_exception_matcher): Likewise.
(PERSONALITY_FUNCTION): Likewise.
* hash.c (objc_hash_next): Likewise.
* init.c (__objc_create_classes_tree): Likewise.
* objc-private/objc-list.h (list_remove_head): Likewise.
* sendmsg.c (__objc_install_dtable_for_class): Likewise.
* thr.c (objc_thread_yield): Likewise.
Also next time please also add a changelog to commit message as
mentioned on https://gcc.gnu.org/contribute.html .
Thanks,
Andrew Pinski