aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/runtime.h
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 15:38:21 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 15:38:21 +0000
commitcad10e055f078039ad10c2582d18a4441f4c9cad (patch)
tree2bfed6838fc6b4ca67f2f8653daa6500324f72fd /libobjc/objc/runtime.h
parent587ae1e3bd7ead48424cdcb9b16d842fa828c6fd (diff)
downloadgcc-cad10e055f078039ad10c2582d18a4441f4c9cad.zip
gcc-cad10e055f078039ad10c2582d18a4441f4c9cad.tar.gz
gcc-cad10e055f078039ad10c2582d18a4441f4c9cad.tar.bz2
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
Diffstat (limited to 'libobjc/objc/runtime.h')
-rw-r--r--libobjc/objc/runtime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h
index dd24a2e..82a317a 100644
--- a/libobjc/objc/runtime.h
+++ b/libobjc/objc/runtime.h
@@ -793,7 +793,7 @@ objc_EXPORT Protocol *objc_getProtocol (const char *name);
objc_EXPORT Protocol **objc_copyProtocolList (unsigned int *numberOfReturnedProtocols);
/* Add a protocol to a class, and return YES if it was done
- succesfully, and NO if not. At the moment, NO should only happen
+ successfully, and NO if not. At the moment, NO should only happen
if class_ or protocol are nil, if the protocol is not a Protocol
object or if the class already conforms to the protocol. */
objc_EXPORT BOOL class_addProtocol (Class class_, Protocol *protocol);
@@ -1114,7 +1114,7 @@ objc_EXPORT unsigned objc_get_type_qualifiers (const char *type);
These functions are used by objc_sizeof_type and objc_alignof_type
functions to compute the size and alignment of structures. The
previous method of computing the size and alignment of a structure
- was not working on some architectures, particulary on AIX, and in
+ was not working on some architectures, particularly on AIX, and in
the presence of bitfields inside the structure. */
struct objc_struct_layout
{