diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-20 11:40:32 +0300 |
|---|---|---|
| committer | Andrew Pinski <quic_apinski@quicinc.com> | 2024-09-23 20:55:07 +0000 |
| commit | 0121b852c85db91babdb346f277ca6220eb7df86 (patch) | |
| tree | 35bee548d04e57fc14b905146fa2c4bf8548b0fd /libobjc/thr.c | |
| parent | 4700ad1c78ccd7767f846802fca148b2ea9a1852 (diff) | |
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 <algonell@gmail.com>
Diffstat (limited to 'libobjc/thr.c')
| -rw-r--r-- | libobjc/thr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/thr.c b/libobjc/thr.c index 58c4bc3ab01..aff4c2d99c6 100644 --- a/libobjc/thr.c +++ b/libobjc/thr.c @@ -205,7 +205,7 @@ objc_thread_yield (void) __gthread_objc_thread_yield (); } -/* Terminate the current tread. Doesn't return. Actually, if it +/* Terminate the current thread. Doesn't return. Actually, if it failed returns -1. */ int objc_thread_exit (void) |
