From cad10e055f078039ad10c2582d18a4441f4c9cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Sun, 21 Jul 2013 15:38:21 +0000 Subject: class.c: Fix typos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2013-07-21 Ondřej Bílka * 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 --- libobjc/objc/runtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libobjc/objc') 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 { -- cgit v1.1