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/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libobjc/init.c') diff --git a/libobjc/init.c b/libobjc/init.c index 07497db..db9b036 100644 --- a/libobjc/init.c +++ b/libobjc/init.c @@ -338,7 +338,7 @@ objc_tree_insert_class (Class class) } /* If the list was finished but the class hasn't been inserted, we - don't have an existing class hierarchy that can accomodate it. + don't have an existing class hierarchy that can accommodate it. Create a new one. */ __objc_class_tree_list = list_cons (NULL, __objc_class_tree_list); __objc_class_tree_list->head = __objc_tree_insert_class (NULL, class); @@ -839,7 +839,7 @@ __objc_create_classes_tree (struct objc_module *module) struct objc_symtab *symtab = module->symtab; int i; - /* Iterate thru classes defined in this module and insert them in + /* Iterate through classes defined in this module and insert them in the classes tree hierarchy. */ for (i = 0; i < symtab->cls_def_cnt; i++) { @@ -878,7 +878,7 @@ __objc_call_load_callback (struct objc_module *module) struct objc_symtab *symtab = module->symtab; int i; - /* Iterate thru classes defined in this module and call the callback + /* Iterate through classes defined in this module and call the callback for each one. */ for (i = 0; i < symtab->cls_def_cnt; i++) { -- cgit v1.1