gcc/libobjc/objc-private
Ondřej Bílka cad10e055f class.c: Fix typos.
2013-07-21   Ondřej Bílka  <neleai@seznam.cz>

	* class.c: Fix typos.
	* encoding.c: Likewise.
	* init.c: Likewise.
	* objc-private/runtime.h: Likewise.
	* objc/runtime.h: Likewise.
	* objc-sync.c: Likewise.

From-SVN: r201097
2013-07-21 15:38:21 +00:00
..
README deprecated: New directory. 2010-09-10 09:56:40 +00:00
accessors.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
common.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
error.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
hash.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
module-abi-8.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
objc-list.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
objc-sync.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
protocols.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
runtime.h class.c: Fix typos. 2013-07-21 15:38:21 +00:00
sarray.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00
selector.h Update copyright years in libobjc. 2013-02-03 11:16:21 +00:00

README

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.