From 0121b852c85db91babdb346f277ca6220eb7df86 Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Fri, 20 Sep 2024 11:40:32 +0300 Subject: libobjc: Fix typos Fix typos in comments. 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. Signed-off-by: Andrew Kreimer --- libobjc/sendmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libobjc/sendmsg.c') diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 65bc250ad90..c8a10cc9c97 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -1007,7 +1007,7 @@ __objc_install_dtable_for_class (Class cls) return; /* We have this function cache the implementation pointers for - _objc_get_prepared_imp but the dispatch table won't be initilized + _objc_get_prepared_imp but the dispatch table won't be initialized until __objc_send_initialize completes. */ __objc_prepare_dtable_for_class (cls); -- cgit v1.2.3