gcc/libobjc/objc-private
Andrew Kreimer 0121b852c8 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>
2024-09-23 20:55:07 +00:00
..
accessors.h Update copyright years. 2024-01-03 12:19:35 +01:00
common.h Update copyright years. 2024-01-03 12:19:35 +01:00
error.h Update copyright years. 2024-01-03 12:19:35 +01:00
hash.h Update copyright years. 2024-01-03 12:19:35 +01:00
module-abi-8.h Update copyright years. 2024-01-03 12:19:35 +01:00
objc-list.h libobjc: Fix typos 2024-09-23 20:55:07 +00:00
objc-sync.h Update copyright years. 2024-01-03 12:19:35 +01:00
protocols.h Update copyright years. 2024-01-03 12:19:35 +01:00
README
runtime.h Update copyright years. 2024-01-03 12:19:35 +01:00
sarray.h Update copyright years. 2024-01-03 12:19:35 +01:00
selector.h Update copyright years. 2024-01-03 12:19:35 +01:00

This directory contains headers that are private to the runtime and
that are only included while the runtime is being compiled.  They are
not installed, so developers using the library can't actually even see
them.