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-private/runtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libobjc/objc-private') diff --git a/libobjc/objc-private/runtime.h b/libobjc/objc-private/runtime.h index 35e1dfa..d7393bf 100644 --- a/libobjc/objc-private/runtime.h +++ b/libobjc/objc-private/runtime.h @@ -32,7 +32,7 @@ The original list was: #include "objc/hash.h" #include "objc/objc-list.h" -but can almost certainly be shrinked down. */ +but can almost certainly be shrunk down. */ #ifndef __objc_private_runtime_INCLUDE_GNU #define __objc_private_runtime_INCLUDE_GNU @@ -42,7 +42,7 @@ but can almost certainly be shrinked down. */ #include #include -#include /* so noone else will get system versions */ +#include /* so no one else will get system versions */ #include extern BOOL __objc_add_class_to_hash (Class); /* (objc-class.c) */ -- cgit v1.1