summaryrefslogtreecommitdiff
path: root/libobjc/class.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 15:38:21 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 15:38:21 +0000
commitdd695653b7befe5d64eadc3c676c60ba8d935ce9 (patch)
tree2bfed6838fc6b4ca67f2f8653daa6500324f72fd /libobjc/class.c
parent86d30f0312aeccd275cdb3cf3dd7c26078418824 (diff)
downloadgcc-dd695653b7befe5d64eadc3c676c60ba8d935ce9.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201097 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/class.c')
-rw-r--r--libobjc/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/class.c b/libobjc/class.c
index 3c912eea912..c90603edd79 100644
--- a/libobjc/class.c
+++ b/libobjc/class.c
@@ -764,7 +764,7 @@ objc_get_meta_class (const char *name)
}
/* This is not used by GCC, but the clang compiler seems to use it
- when targetting the GNU runtime. That's wrong, but we have it to
+ when targeting the GNU runtime. That's wrong, but we have it to
be compatible. */
Class
objc_lookup_class (const char *name)